File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 1
1
## 0.4.1
2
- - Updated Dependencies conflicting.
2
+ - Updated dependencies to support image_picker 1.0
3
3
4
4
## 0.4.0
5
5
- Fix backspace around images [ PR #1309 ] ( https://github.com/singerdmx/flutter-quill/pull/1309 )
Original file line number Diff line number Diff line change @@ -12,18 +12,17 @@ dependencies:
12
12
flutter :
13
13
sdk : flutter
14
14
15
- flutter_quill : ^7.3.3
16
-
17
- image_picker : ^1.0.2
15
+ flutter_quill : ^7.2.19
16
+
17
+ image_picker : " >=0.8.5 <2.0.0 "
18
18
photo_view : ^0.14.0
19
19
video_player : ^2.7.0
20
- youtube_player_flutter : ^8.1.2
20
+ youtube_player_flutter : ^8.1.1
21
21
gallery_saver : ^2.3.2
22
- math_keyboard : ^0.2.1
22
+ math_keyboard : " >=0.1.8 <0.3.0 "
23
23
string_validator : ^1.0.0
24
- universal_html : ^2.2.3
25
- url_launcher : ^6.1.12
26
-
24
+ universal_html : ^2.2.1
25
+ url_launcher : ^6.1.9
27
26
28
27
dev_dependencies :
29
28
flutter_test :
You can’t perform that action at this time.
0 commit comments