Skip to content

Instantly share code, notes, and snippets.

@arif-pandu
Last active January 22, 2022 21:21
Show Gist options
  • Save arif-pandu/06a7bcfc6c5ac6846dc598443ab7aab6 to your computer and use it in GitHub Desktop.
Save arif-pandu/06a7bcfc6c5ac6846dc598443ab7aab6 to your computer and use it in GitHub Desktop.
name: <project name>
description: A new Flutter project.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
// New Package Here
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
assets:
- images/a_dot_burr.jpeg
- images/a_dot_ham.jpeg
fonts:
- family: Schyler
fonts:
- asset: fonts/Schyler-Regular.ttf
- asset: fonts/Schyler-Italic.ttf
style: italic
- family: Trajan Pro
fonts:
- asset: fonts/TrajanPro.ttf
- asset: fonts/TrajanPro_Bold.ttf
weight: 700
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment