mirror of
https://github.com/flutter/packages.git
synced 2025-07-04 17:49:50 +08:00
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:
@ -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:
|
||||||
|
Reference in New Issue
Block a user