mirror of
https://github.com/Iconica-Development/flutter_media_picker.git
synced 2025-05-18 16:33:45 +02:00
chore: bump minimal flutter version
This commit is contained in:
parent
c27d3a078e
commit
66e1354484
5 changed files with 11 additions and 4 deletions
3
.fvmrc
Normal file
3
.fvmrc
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"flutter": "3.24.3"
|
||||||
|
}
|
1
.github/workflows/flutter.yml
vendored
1
.github/workflows/flutter.yml
vendored
|
@ -12,3 +12,4 @@ jobs:
|
||||||
permissions: write-all
|
permissions: write-all
|
||||||
with:
|
with:
|
||||||
subfolder: "."
|
subfolder: "."
|
||||||
|
flutter_version: "3.24.3"
|
||||||
|
|
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -19,7 +19,7 @@ migrate_working_dir/
|
||||||
# The .vscode folder contains launch configuration and tasks you configure in
|
# The .vscode folder contains launch configuration and tasks you configure in
|
||||||
# VS Code which you may wish to be included in version control, so this line
|
# VS Code which you may wish to be included in version control, so this line
|
||||||
# is commented out by default.
|
# is commented out by default.
|
||||||
#.vscode/
|
.vscode/
|
||||||
|
|
||||||
# Flutter/Dart/Pub related
|
# Flutter/Dart/Pub related
|
||||||
# Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock.
|
# Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock.
|
||||||
|
@ -33,7 +33,6 @@ build/
|
||||||
|
|
||||||
# FVM Version Cache
|
# FVM Version Cache
|
||||||
.fvm/
|
.fvm/
|
||||||
.fvmrc
|
|
||||||
|
|
||||||
.metadata
|
.metadata
|
||||||
example/ios
|
example/ios
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
## 1.0.0
|
||||||
|
|
||||||
|
- Use modern flutter version as minimal version support
|
||||||
|
|
||||||
## 0.7.0
|
## 0.7.0
|
||||||
|
|
||||||
- Added 'pickFileOfType' to the MediaPickerService
|
- Added 'pickFileOfType' to the MediaPickerService
|
||||||
|
|
|
@ -6,8 +6,8 @@ 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
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=3.0.0 <4.0.0"
|
sdk: ">=3.5.3 <4.0.0"
|
||||||
flutter: ">=1.17.0"
|
flutter: ">=3.24.3"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
flutter:
|
flutter:
|
||||||
|
|
Loading…
Reference in a new issue