mirror of
https://github.com/flutter/samples.git
synced 2026-04-03 18:22:45 +00:00
Add flutter_web samples (#75)
This commit is contained in:
committed by
Andrew Brogdon
parent
42f2dce01b
commit
3fe927cb29
31
web/gallery/pubspec.yaml
Normal file
31
web/gallery/pubspec.yaml
Normal file
@@ -0,0 +1,31 @@
|
||||
name: flutter_web.examples.gallery
|
||||
|
||||
environment:
|
||||
sdk: ">=2.2.0 <3.0.0"
|
||||
|
||||
dependencies:
|
||||
flutter_web: any
|
||||
flutter_web_ui: any
|
||||
intl: ^0.15.7
|
||||
|
||||
dev_dependencies:
|
||||
build_runner: any
|
||||
build_web_compilers: any
|
||||
flutter_web_test: any
|
||||
test: ^1.0.0
|
||||
|
||||
# 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_test:
|
||||
git:
|
||||
url: https://github.com/flutter/flutter_web
|
||||
path: packages/flutter_web_test
|
||||
flutter_web_ui:
|
||||
git:
|
||||
url: https://github.com/flutter/flutter_web
|
||||
path: packages/flutter_web_ui
|
||||
Reference in New Issue
Block a user