mirror of https://github.com/flutter/samples.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
696 B
32 lines
696 B
name: slide_puzzle
|
|
|
|
environment:
|
|
sdk: ">=2.2.0 <3.0.0"
|
|
|
|
dependencies:
|
|
flutter_web: any
|
|
flutter_web_ui: any
|
|
provider: any
|
|
|
|
dev_dependencies:
|
|
pedantic: ^1.3.0
|
|
|
|
build_runner: any
|
|
build_web_compilers: any
|
|
|
|
# flutter_web packages are not published to pub.dartlang.org
|
|
# These overrides tell the package tools to get them from GitHub
|
|
dependency_overrides:
|
|
flutter_web:
|
|
git:
|
|
url: https://github.com/flutter/flutter_web
|
|
path: packages/flutter_web
|
|
flutter_web_ui:
|
|
git:
|
|
url: https://github.com/flutter/flutter_web
|
|
path: packages/flutter_web_ui
|
|
provider:
|
|
git:
|
|
url: https://github.com/kevmoo/provider
|
|
ref: 5cf4521d4d6 # flutter_web, but v2
|