Commit 8fe2fff 1 parent c69b0cd commit 8fe2fff Copy full SHA for 8fe2fff
File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
- Fix Android build failing because of JVM and Kotlin target source
4
4
compatibility (#862 )
5
+ - Set upper Dart version constraint to ` <4.0.0 ` (#863 )
5
6
6
7
## 1.10.3
7
8
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ version: 1.0.0+1
4
4
publish_to : none
5
5
6
6
environment :
7
- sdk : " >=2.17.0 <3 .0.0"
8
- flutter : " >=3.0.0 <4.0.0 "
7
+ sdk : ' >=2.17.0 <4 .0.0'
8
+ flutter : ' >=3.0.0'
9
9
10
10
dependencies :
11
11
android_path_provider : ^0.3.0
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ flutter:
15
15
pluginClass : FlutterDownloaderPlugin
16
16
17
17
environment :
18
- sdk : ' >=2.17.0 <3 .0.0'
18
+ sdk : ' >=2.17.0 <4 .0.0'
19
19
flutter : ' >=3.0.0'
20
20
21
21
dependencies :
You can’t perform that action at this time.
0 commit comments