Commit 4f4f24ea authored by Adam Barth's avatar Adam Barth

Loosen dependencies on string_scanner (#4412)

Now that there's a new string_scanner in town, we're having dependency
resolution conflict because of flutter_markdown's tight dependency. This
patch loosens the dependency and resolves the conflict.
parent 958fb0f8
...@@ -2,7 +2,7 @@ name: flutter_gallery ...@@ -2,7 +2,7 @@ name: flutter_gallery
dependencies: dependencies:
intl: '>=0.12.4+2 <0.13.0' intl: '>=0.12.4+2 <0.13.0'
collection: '>=1.4.0 <2.0.0' collection: '>=1.4.0 <2.0.0'
string_scanner: '0.1.4+1' string_scanner: '^0.1.5'
flutter: flutter:
path: ../../packages/flutter path: ../../packages/flutter
......
...@@ -7,8 +7,8 @@ homepage: http://flutter.io ...@@ -7,8 +7,8 @@ homepage: http://flutter.io
dependencies: dependencies:
flutter: flutter:
path: ../flutter path: ../flutter
markdown: "0.9.0" markdown: '^0.9.0'
string_scanner: "0.1.4+1" string_scanner: '^0.1.5'
dev_dependencies: dev_dependencies:
flutter_test: flutter_test:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment