We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c69b0cd commit 8fe2fffCopy full SHA for 8fe2fff
CHANGELOG.md
@@ -2,6 +2,7 @@
2
3
- Fix Android build failing because of JVM and Kotlin target source
4
compatibility (#862)
5
+- Set upper Dart version constraint to `<4.0.0` (#863)
6
7
## 1.10.3
8
example/pubspec.yaml
@@ -4,8 +4,8 @@ version: 1.0.0+1
publish_to: none
environment:
- sdk: ">=2.17.0 <3.0.0"
- flutter: ">=3.0.0 <4.0.0"
+ sdk: '>=2.17.0 <4.0.0'
+ flutter: '>=3.0.0'
9
10
dependencies:
11
android_path_provider: ^0.3.0
pubspec.yaml
@@ -15,7 +15,7 @@ flutter:
15
pluginClass: FlutterDownloaderPlugin
16
17
18
- sdk: '>=2.17.0 <3.0.0'
19
flutter: '>=3.0.0'
20
21
0 commit comments