mirror of
https://github.com/TrentSPalmer/concise-pdx.git
synced 2024-11-21 20:51:29 -08:00
31 lines
695 B
YAML
31 lines
695 B
YAML
|
name: concisepdx
|
||
|
|
||
|
environment:
|
||
|
sdk: '>=2.2.0 <3.0.0'
|
||
|
|
||
|
dependencies:
|
||
|
flutter_web: any
|
||
|
flutter_web_ui: any
|
||
|
html: ^0.14.0+2
|
||
|
|
||
|
dev_dependencies:
|
||
|
# Enables the `pub run build_runner` command
|
||
|
build_runner: ^1.4.0
|
||
|
# Includes the JavaScript compilers
|
||
|
build_web_compilers: ^2.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_ui:
|
||
|
git:
|
||
|
url: https://github.com/flutter/flutter_web
|
||
|
path: packages/flutter_web_ui
|
||
|
|
||
|
flutter:
|
||
|
uses-material-design: true
|