Skip to content

KKimj/flutter-gitignore-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

flutter-template

Flutter & Firebase project template

Getting started

$ git clone https://github.com/KKimj/flutter-template.git

Tips

Build flutter project, chrome

$ flutter run -d chrome

Test .dart /test

$ flutter test --machine test/widget_test.dart
# or just
$ flutter test

Release Build, chrome

$ flutter run -d chrome --release
# check /build/web/

Firebase hosting

$ firebase init

# Set /build/web for deploy directory to hosting

$ firebase deploy --only hosting
# or just
$ firebase deploy

About

flutter & firebase project .gitignore template

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published