Skip to content

Instantly share code, notes, and snippets.

@Nash0x7E2
Created May 13, 2019 02:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nash0x7E2/1e6de6c0b442dfba207131dfb9c6a4d4 to your computer and use it in GitHub Desktop.
Save Nash0x7E2/1e6de6c0b442dfba207131dfb9c6a4d4 to your computer and use it in GitHub Desktop.
name: <project_name>
description: An app built using Flutter for web
environment:
# You must be using Flutter >=1.5.0 or Dart >=2.3.0
sdk: '>=2.3.0-dev.0.1 <3.0.0'
dependencies:
flutter_web: any
flutter_web_ui: any
dev_dependencies:
build_runner: ^1.4.0
build_web_compilers: ^2.0.0
pedantic: ^1.0.0
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment