diff --git a/.fvmrc b/.fvmrc new file mode 100644 index 0000000..906bbb3 --- /dev/null +++ b/.fvmrc @@ -0,0 +1,3 @@ +{ + "flutter": "3.24.3" +} \ No newline at end of file diff --git a/.github/workflows/flutter.yml b/.github/workflows/flutter.yml index 697a146..08910a6 100644 --- a/.github/workflows/flutter.yml +++ b/.github/workflows/flutter.yml @@ -12,3 +12,4 @@ jobs: permissions: write-all with: subfolder: "." + flutter_version: "3.24.3" diff --git a/.gitignore b/.gitignore index e8aa500..2025645 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 40a3543..b697e6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.0 + +- Use modern flutter version as minimal version support + ## 0.7.0 - Added 'pickFileOfType' to the MediaPickerService diff --git a/pubspec.yaml b/pubspec.yaml index fb8c68b..0c0fe3f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: