mirror of
https://github.com/Iconica-Development/flutter_media_picker.git
synced 2025-05-19 00:43:45 +02:00
feat: upgrade 'logger' package to ^2.4.0
This commit is contained in:
parent
1e822a7a48
commit
27dd1ddb27
2 changed files with 6 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
## 0.6.6
|
||||||
|
|
||||||
|
- Upgraded 'logger' package to ^2.4.0
|
||||||
|
|
||||||
## 0.6.5
|
## 0.6.5
|
||||||
|
|
||||||
- Added validationMessage where it was missing
|
- Added validationMessage where it was missing
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: flutter_media_picker
|
name: flutter_media_picker
|
||||||
description: A new Flutter package project.
|
description: A new Flutter package project.
|
||||||
version: 0.6.5
|
version: 0.6.6
|
||||||
homepage: https://github.com/Iconica-Development/flutter_media_picker
|
homepage: https://github.com/Iconica-Development/flutter_media_picker
|
||||||
|
|
||||||
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
||||||
|
@ -21,7 +21,7 @@ dependencies:
|
||||||
flutter_sound: ^9.2.13
|
flutter_sound: ^9.2.13
|
||||||
intl: ">=0.18.0 <1.0.0"
|
intl: ">=0.18.0 <1.0.0"
|
||||||
permission_handler: ^10.2.0
|
permission_handler: ^10.2.0
|
||||||
logger: ^1.3.0
|
logger: ^2.4.0
|
||||||
flutter_form_wizard:
|
flutter_form_wizard:
|
||||||
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
||||||
version: ^6.3.2
|
version: ^6.3.2
|
||||||
|
@ -31,5 +31,3 @@ dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
flutter_lints: ^2.0.0
|
flutter_lints: ^2.0.0
|
||||||
|
|
||||||
flutter:
|
|
||||||
|
|
Loading…
Reference in a new issue