Merge pull request #32 from Iconica-Development/feature/bump-minimal-flutter-version

chore: bump minimal flutter version
This commit is contained in:
FlutterJoey 2025-03-05 10:44:05 +01:00 committed by GitHub
commit 41030cfa13
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 11 additions and 4 deletions

3
.fvmrc Normal file
View file

@ -0,0 +1,3 @@
{
"flutter": "3.24.3"
}

View file

@ -12,3 +12,4 @@ jobs:
permissions: write-all
with:
subfolder: "."
flutter_version: "3.24.3"

3
.gitignore vendored
View file

@ -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

View file

@ -1,3 +1,7 @@
## 1.0.0
- Use modern flutter version as minimal version support
## 0.7.0
- Added 'pickFileOfType' to the MediaPickerService

View file

@ -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: