Skip to content

Commit c358cda

Browse files
committed
chore: Bump minimum supported SDK version to Flutter 3.22/Dart 3.4
1 parent ffd3398 commit c358cda

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ This plugin is used to implement a foreground service on the Android platform.
1616

1717
## Support version
1818

19-
- Flutter: `3.10.0+`
20-
- Dart: `3.0.0+`
19+
- Flutter: `3.22.0+`
20+
- Dart: `3.4.0+`
2121
- Android: `5.0+ (minSdkVersion: 21)`
2222
- iOS: `12.0+`
2323

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ version: 8.17.0
44
homepage: https://github.com/Dev-hwang/flutter_foreground_task
55

66
environment:
7-
sdk: ">=3.0.0 <4.0.0"
8-
flutter: ">=3.10.0"
7+
sdk: ^3.4.0
8+
flutter: ">=3.22.0"
99

1010
dependencies:
1111
flutter:

0 commit comments

Comments
 (0)