
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.
19 lines
456 B
YAML
19 lines
456 B
YAML
name: flutter_gallery
|
|
dependencies:
|
|
intl: '>=0.12.4+2 <0.13.0'
|
|
collection: '>=1.4.0 <2.0.0'
|
|
string_scanner: '^0.1.5'
|
|
|
|
flutter:
|
|
path: ../../packages/flutter
|
|
flutter_markdown:
|
|
path: ../../packages/flutter_markdown
|
|
flutter_gallery_assets: '0.0.20'
|
|
|
|
dev_dependencies:
|
|
test: any # flutter_test provides the version constraints
|
|
flutter_test:
|
|
path: ../../packages/flutter_test
|
|
flutter_driver:
|
|
path: ../../packages/flutter_driver
|