Skip to content

Commit 8fe2fff

Browse files
authored
set upper dart version constraints to 4.0.0 (#863)
* set upper dart version constraints to 4.0.0 * update changelog
1 parent c69b0cd commit 8fe2fff

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
- Fix Android build failing because of JVM and Kotlin target source
44
compatibility (#862)
5+
- Set upper Dart version constraint to `<4.0.0` (#863)
56

67
## 1.10.3
78

example/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ version: 1.0.0+1
44
publish_to: none
55

66
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'
99

1010
dependencies:
1111
android_path_provider: ^0.3.0

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ flutter:
1515
pluginClass: FlutterDownloaderPlugin
1616

1717
environment:
18-
sdk: '>=2.17.0 <3.0.0'
18+
sdk: '>=2.17.0 <4.0.0'
1919
flutter: '>=3.0.0'
2020

2121
dependencies:

0 commit comments

Comments
 (0)