We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffd3398 commit c358cdaCopy full SHA for c358cda
2 files changed
README.md
@@ -16,8 +16,8 @@ This plugin is used to implement a foreground service on the Android platform.
16
17
## Support version
18
19
-- Flutter: `3.10.0+`
20
-- Dart: `3.0.0+`
+- Flutter: `3.22.0+`
+- Dart: `3.4.0+`
21
- Android: `5.0+ (minSdkVersion: 21)`
22
- iOS: `12.0+`
23
pubspec.yaml
@@ -4,8 +4,8 @@ version: 8.17.0
4
homepage: https://github.com/Dev-hwang/flutter_foreground_task
5
6
environment:
7
- sdk: ">=3.0.0 <4.0.0"
8
- flutter: ">=3.10.0"
+ sdk: ^3.4.0
+ flutter: ">=3.22.0"
9
10
dependencies:
11
flutter:
0 commit comments