chore: ready for publishing

This commit is contained in:
Bart Ribbers 2025-04-13 13:34:51 +02:00
parent a73559981a
commit 1343cde810
22 changed files with 47 additions and 43 deletions

View file

@ -1,3 +1,7 @@
## 3.0.2
- Update Firebase dependencies to their latest versions
## 3.0.1
- fix bug where you could make multiple groups quickly by routing back to the previous screen

View file

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

View file

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

View file

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

View file

@ -10,8 +10,8 @@ dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
firebase_core: ^2.24.2
firebase_auth: ^4.16.0
firebase_core: ^3.13.0
firebase_auth: ^5.5.2
flutter_chat:
path: ../
flutter_chat_firebase:

View file

@ -4,33 +4,25 @@
name: flutter_chat
description: A new Flutter package project.
version: 3.0.1
publish_to: none
version: 3.0.2
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
environment:
sdk: ">=3.1.0 <4.0.0"
flutter: ">=1.17.0"
dependencies:
flutter:
sdk: flutter
go_router: any
go_router: ^12.1.3
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.2
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.2
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.2
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

@ -4,12 +4,11 @@
name: flutter_chat_firebase
description: A new Flutter package project.
version: 3.0.1
publish_to: none
version: 3.0.2
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
environment:
sdk: ">=3.1.0 <4.0.0"
flutter: ">=1.17.0"
dependencies:
flutter:

View file

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

View file

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

View file

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

View file

@ -4,8 +4,8 @@
name: flutter_chat_interface
description: A new Flutter package project.
version: 3.0.1
publish_to: none
version: 3.0.2
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
environment:
sdk: ">=3.1.0 <4.0.0"

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,7 @@
name: flutter_chat_local
description: "A new Flutter package project."
version: 3.0.1
publish_to: none
version: 3.0.2
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
environment:
sdk: ">=3.2.5 <4.0.0"
@ -11,10 +11,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.2
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

@ -4,9 +4,9 @@
name: flutter_chat_view
description: A standard flutter package.
version: 3.0.1
version: 3.0.2
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.18.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.2
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.2
dev_dependencies:
flutter_test: