Skip to content
This repository has been archived by the owner on Dec 28, 2021. It is now read-only.

bassel/FlutterInit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Init

Opinionated script to initialize a flutter project with the commonly used directories, in addition to some common files and utilities

Usage

  • Clone this project
  • Open the root of your flutter project in the terminal
  • Run the following command: path/to/script/flutter-init.sh

Notes

  • You need to add dio to your pubspec.yaml because it's used in the network folder. If you're using firebase instead of a custom backend, delete the network/common.dart file.

  • You need to add the lint package to your dev_dependencies because it's used for the analysis_options.yaml. If you want to write your own custom rules, remove the line include: package:lint/analysis_options.yaml from your project's analysis_options.yaml

About

Opinionated script to initialize a flutter project with the commonly used directories, files and utilities

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published