mirror of
https://github.com/flutter/packages.git
synced 2025-07-03 09:08:54 +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:
|
||||
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:
|
||||
|
Reference in New Issue
Block a user