chore: ready for publishing

Get dependencies from the pub server and specify versions rather than
depend on "any"
This commit is contained in:
Bart Ribbers 2025-04-13 13:15:48 +02:00
parent b4d678a3da
commit 93e1b35a7a
17 changed files with 38 additions and 36 deletions

View file

@ -1,3 +1,6 @@
## 4.1.1
- Update Firebase dependencies to their latest versions
## 4.1.0
- Migrate to flutter 3.22 which deprecates the background and onBackground properties in the ThemeData and also removes MaterialStatePropertyAll
- Add categorySelectionButtonSelectedTextColor and categorySelectionButtonUnselectedTextColor to the timeline theme to allow for the customization of the text color of the category selection buttons

View file

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

View file

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

View file

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

View file

@ -3,9 +3,8 @@
# SPDX-License-Identifier: GPL-3.0-or-later
name: flutter_timeline
description: Visual elements and interface combined into one package
version: 4.1.0
publish_to: none
version: 4.1.1
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
environment:
sdk: ">=3.1.3 <4.0.0"
@ -13,21 +12,17 @@ environment:
dependencies:
flutter:
sdk: flutter
go_router: any
go_router: ^12.1.3
collection: any
collection: ^1.18.0
flutter_timeline_view:
git:
url: https://github.com/Iconica-Development/flutter_timeline
path: packages/flutter_timeline_view
ref: 4.1.0
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
version: ^4.1.1
flutter_timeline_interface:
git:
url: https://github.com/Iconica-Development/flutter_timeline
path: packages/flutter_timeline_interface
ref: 4.1.0
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
version: ^4.1.1
dev_dependencies:
flutter_lints: ^2.0.0

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,8 @@
name: flutter_timeline_firebase
description: Implementation of the Flutter Timeline interface for Firebase.
version: 4.1.0
publish_to: none
version: 4.1.1
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
environment:
sdk: '>=3.1.3 <4.0.0'
@ -20,10 +19,8 @@ dependencies:
uuid: ^4.2.1
flutter_timeline_interface:
git:
url: https://github.com/Iconica-Development/flutter_timeline
path: packages/flutter_timeline_interface
ref: 4.1.0
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
version: ^4.1.1
dev_dependencies:
flutter_lints: ^2.0.0

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,8 @@
name: flutter_timeline_interface
description: Interface for the service of the Flutter Timeline component
version: 4.1.0
publish_to: none
version: 4.1.1
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
environment:
sdk: '>=3.1.3 <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

@ -4,31 +4,27 @@
name: flutter_timeline_view
description: Visual elements of the Flutter Timeline Component
version: 4.1.0
publish_to: none
version: 4.1.1
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
environment:
sdk: '>=3.1.3 <4.0.0'
sdk: '>=3.4.1 <4.0.0'
dependencies:
flutter:
sdk: flutter
intl: any
intl: ^0.19.0
cached_network_image: ^3.2.2
dotted_border: ^2.1.0
flutter_html: ^3.0.0-beta.2
flutter_timeline_interface:
git:
url: https://github.com/Iconica-Development/flutter_timeline
path: packages/flutter_timeline_interface
ref: 4.1.0
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
version: ^4.1.1
flutter_image_picker:
git:
url: https://github.com/Iconica-Development/flutter_image_picker
ref: 1.0.5
collection: any
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
version: ^1.0.5
collection: ^1.18.0
dev_dependencies:
flutter_lints: ^2.0.0