chore: relax the Firebase versions we support

We don't currently use API that's incompatible with the latest versions
of all Firebase packages, so let's indicate that we support them.
This commit is contained in:
Bart Ribbers 2025-04-18 16:49:06 +02:00
parent 4f0c36a1cc
commit 13ba6ada07
5 changed files with 23 additions and 14 deletions

View file

@ -1,3 +1,8 @@
## 5.1.1
- Be honest about which Dart and Flutter versions we support
- Relax our Firebase version constraint, we also support the current newest versions
## 5.1.0 ## 5.1.0
* Added `routeToPostDetail` to the `TimelineUserStory` to allow for navigation to the post detail screen. * Added `routeToPostDetail` to the `TimelineUserStory` to allow for navigation to the post detail screen.

View file

@ -3,23 +3,24 @@
# SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: GPL-3.0-or-later
name: flutter_timeline name: flutter_timeline
description: Visual elements and interface combined into one package description: Visual elements and interface combined into one package
version: 5.1.0 version: 5.1.1
homepage: https://github.com/Iconica-Development/flutter_timeline
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
environment: environment:
sdk: ">=3.4.3 <4.0.0" sdk: ">=3.4.3 <4.0.0"
flutter: ^3.22.2 flutter: '>=3.22.2'
dependencies: dependencies:
flutter: flutter:
sdk: flutter sdk: flutter
flutter_timeline_view: flutter_timeline_view:
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
version: ^5.1.0 version: ^5.1.1
flutter_timeline_interface: flutter_timeline_interface:
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
version: ^5.1.0 version: ^5.1.1
collection: ^1.18.0 collection: ^1.18.0
dev_dependencies: dev_dependencies:

View file

@ -4,24 +4,25 @@
name: flutter_timeline_firebase name: flutter_timeline_firebase
description: Implementation of the Flutter Timeline interface for Firebase. description: Implementation of the Flutter Timeline interface for Firebase.
version: 5.1.0 version: 5.1.1
homepage: https://github.com/Iconica-Development/flutter_timeline
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
environment: environment:
sdk: ">=3.4.3 <4.0.0" sdk: ">=3.4.3 <4.0.0"
flutter: ^3.22.2 flutter: '>=3.22.2'
dependencies: dependencies:
flutter: flutter:
sdk: flutter sdk: flutter
cloud_firestore: ^4.13.1 cloud_firestore: '>=4.13.1 <6.0.0'
firebase_core: ^2.22.0 firebase_core: '>=2.22.0 <4.0.0'
firebase_storage: ^11.5.1 firebase_storage: '>=11.5.1 <13.0.0'
uuid: ^4.2.1 uuid: ^4.2.1
collection: ^1.18.0 collection: ^1.18.0
flutter_timeline_interface: flutter_timeline_interface:
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
version: ^5.1.0 version: ^5.1.1
dev_dependencies: dev_dependencies:
flutter_iconica_analysis: flutter_iconica_analysis:

View file

@ -4,7 +4,8 @@
name: flutter_timeline_interface name: flutter_timeline_interface
description: Interface for the service of the Flutter Timeline component description: Interface for the service of the Flutter Timeline component
version: 5.1.0 version: 5.1.1
homepage: https://github.com/Iconica-Development/flutter_timeline
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
environment: environment:

View file

@ -4,12 +4,13 @@
name: flutter_timeline_view name: flutter_timeline_view
description: Visual elements of the Flutter Timeline Component description: Visual elements of the Flutter Timeline Component
version: 5.1.0 version: 5.1.1
homepage: https://github.com/Iconica-Development/flutter_timeline
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
environment: environment:
sdk: ">=3.4.3 <4.0.0" sdk: ">=3.4.3 <4.0.0"
flutter: ^3.22.2 flutter: '>=3.22.2'
dependencies: dependencies:
flutter: flutter:
@ -21,7 +22,7 @@ dependencies:
flutter_svg: ^2.0.10+1 flutter_svg: ^2.0.10+1
flutter_timeline_interface: flutter_timeline_interface:
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
version: ^5.1.0 version: ^5.1.1
flutter_image_picker: flutter_image_picker:
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
version: ^4.0.0 version: ^4.0.0