Merge pull request #106 from Iconica-Development/chore/deploy

chore: ready the package for deployment to the pub server
This commit is contained in:
Gorter-dev 2024-07-22 15:01:15 +02:00 committed by GitHub
commit f5040d5809
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 46 additions and 40 deletions

4
.gitignore vendored
View file

@ -44,3 +44,7 @@ packages/flutter_chat_interface/pubspec.lock
packages/flutter_chat_view/pubspec.lock
pubspec_overrides.yaml
# FVM Version Cache
.fvm/
.fvmrc

View file

@ -0,0 +1 @@
../../CHANGELOG.md

View file

@ -0,0 +1 @@
../../LICENSE

View file

@ -0,0 +1 @@
../../README.md

View file

@ -6,7 +6,7 @@ name: flutter_chat
description: A new Flutter package project.
version: 3.0.1
publish_to: none
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
environment:
sdk: ">=3.1.0 <4.0.0"
@ -15,22 +15,16 @@ environment:
dependencies:
flutter:
sdk: flutter
go_router: any
go_router: ^14.2.1
flutter_chat_view:
git:
url: https://github.com/Iconica-Development/flutter_chat
path: packages/flutter_chat_view
ref: 3.0.1
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
version: ^3.0.1
flutter_chat_interface:
git:
url: https://github.com/Iconica-Development/flutter_chat
path: packages/flutter_chat_interface
ref: 3.0.1
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
version: ^3.0.1
flutter_chat_local:
git:
url: https://github.com/Iconica-Development/flutter_chat
path: packages/flutter_chat_local
ref: 3.0.1
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
version: ^3.0.1
uuid: ^4.3.3
dev_dependencies:

View file

@ -0,0 +1 @@
../../CHANGELOG.md

View file

@ -0,0 +1 @@
../../LICENSE

View file

@ -0,0 +1 @@
../../README.md

View file

@ -5,7 +5,8 @@
name: flutter_chat_firebase
description: A new Flutter package project.
version: 3.0.1
publish_to: none
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
environment:
sdk: ">=3.1.0 <4.0.0"
@ -20,10 +21,8 @@ dependencies:
firebase_auth: ^4.1.2
uuid: ^4.0.0
flutter_chat_interface:
git:
url: https://github.com/Iconica-Development/flutter_chat
path: packages/flutter_chat_interface
ref: 3.0.1
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
version: ^3.0.1
dev_dependencies:
flutter_iconica_analysis:

View file

@ -0,0 +1 @@
../../CHANGELOG.md

View file

@ -0,0 +1 @@
../../LICENSE

View file

@ -0,0 +1 @@
../../README.md

View file

@ -5,7 +5,7 @@
name: flutter_chat_interface
description: A new Flutter package project.
version: 3.0.1
publish_to: none
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
environment:
sdk: ">=3.1.0 <4.0.0"
@ -15,9 +15,8 @@ dependencies:
flutter:
sdk: flutter
flutter_data_interface:
git:
url: https://github.com/Iconica-Development/flutter_data_interface.git
ref: 1.0.0
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
version: ^1.0.0
dev_dependencies:
flutter_iconica_analysis:

View file

@ -0,0 +1 @@
../../CHANGELOG.md

View file

@ -0,0 +1 @@
../../LICENSE

View file

@ -0,0 +1 @@
../../README.md

View file

@ -1,7 +1,8 @@
name: flutter_chat_local
description: "A new Flutter package project."
version: 3.0.1
publish_to: none
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
environment:
sdk: ">=3.2.5 <4.0.0"
@ -11,10 +12,8 @@ dependencies:
flutter:
sdk: flutter
flutter_chat_interface:
git:
url: https://github.com/Iconica-Development/flutter_chat
path: packages/flutter_chat_interface
ref: 3.0.1
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
version: ^3.0.1
dev_dependencies:
flutter_test:

View file

@ -0,0 +1 @@
../../CHANGELOG.md

View file

@ -0,0 +1 @@
../../LICENSE

View file

@ -0,0 +1 @@
../../README.md

View file

@ -6,7 +6,7 @@ name: flutter_chat_view
description: A standard flutter package.
version: 3.0.1
publish_to: none
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
environment:
sdk: ">=3.1.0 <4.0.0"
@ -15,21 +15,17 @@ environment:
dependencies:
flutter:
sdk: flutter
intl: any
intl: ^0.19.0
flutter_chat_interface:
git:
url: https://github.com/Iconica-Development/flutter_chat
path: packages/flutter_chat_interface
ref: 3.0.1
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
version: ^3.0.1
cached_network_image: ^3.2.2
flutter_image_picker:
git:
url: https://github.com/Iconica-Development/flutter_image_picker
ref: 1.0.5
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
version: ^1.0.5
flutter_profile:
git:
ref: 1.3.0
url: https://github.com/Iconica-Development/flutter_profile
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
version: ^1.3.0
dev_dependencies:
flutter_test: