mirror of
https://github.com/Iconica-Development/flutter_media_picker.git
synced 2025-05-19 00:43:45 +02:00
Merge pull request #32 from Iconica-Development/feature/bump-minimal-flutter-version
chore: bump minimal flutter version
This commit is contained in:
commit
41030cfa13
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
|
||||
with:
|
||||
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
|
||||
# VS Code which you may wish to be included in version control, so this line
|
||||
# is commented out by default.
|
||||
#.vscode/
|
||||
.vscode/
|
||||
|
||||
# Flutter/Dart/Pub related
|
||||
# Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock.
|
||||
|
@ -33,7 +33,6 @@ build/
|
|||
|
||||
# FVM Version Cache
|
||||
.fvm/
|
||||
.fvmrc
|
||||
|
||||
.metadata
|
||||
example/ios
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## 1.0.0
|
||||
|
||||
- Use modern flutter version as minimal version support
|
||||
|
||||
## 0.7.0
|
||||
|
||||
- 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
|
||||
|
||||
environment:
|
||||
sdk: ">=3.0.0 <4.0.0"
|
||||
flutter: ">=1.17.0"
|
||||
sdk: ">=3.5.3 <4.0.0"
|
||||
flutter: ">=3.24.3"
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
|
|
Loading…
Reference in a new issue