Skip to content

Commit 08ad2e2

Browse files
authored
Prevent new Flutter versions from breaking the build (#2597)
This allows a little bit more slack for the flutter tests and their dependencies.
1 parent 455ae3e commit 08ad2e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

example/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ dev_dependencies:
1010
test: '>= 0.12.37 <2.0.0'
1111
url_launcher: ^3.0.3
1212
path_provider: ^0.4.1
13-
shared_preferences: 0.4.1
14-
transparent_image: 0.1.0
15-
css_colors: 1.0.2
16-
web_socket_channel: 1.0.9
13+
shared_preferences: ^0.4.1
14+
transparent_image: ^0.1.0
15+
css_colors: ^1.0.2
16+
web_socket_channel: ^1.0.9
1717
sqflite: ^1.1.0
1818
camera: ^0.4.0+3
1919
video_player: ^0.10.0+2

0 commit comments

Comments
 (0)