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.
This commit is contained in:
Adam Barth
2016-06-06 19:22:55 -07:00
parent 9d6f22c7ff
commit abcb74b216

View File

@ -7,8 +7,8 @@ homepage: http://flutter.io
dependencies:
flutter:
path: ../flutter
markdown: "0.9.0"
string_scanner: "0.1.4+1"
markdown: '^0.9.0'
string_scanner: '^0.1.5'
dev_dependencies:
flutter_test: