【Flutter】 Environment Construction ~ Tutorial (updated from time to time)
0
※ Notes for yourself and your team
Environment construction
Official website Install | Flutter
flutter doctor
Do it until you get OK
Additional Plugins - Awesome Flutter Snippets
For the time being, I skimmed through the Japanese document manually
- Flutter documentation
- Flutter Doc JP (Japanese, but old?) )
- App development starting with Flutter (which is also a bit old...)
Packaging, etc.
◆State management
Let's go global with the riverpod
- riverpod
- 【Flutter】 Almost upward compatibility of Providers, basic usage of Riverpod
- 【God Package】 How to use Riverpod [Flutter]
hooks Mainly useState (instead of statefulWidget), useEffect (side effects), etc.
◆ Directory structure
I used this as a reference for the time being, but it was arranged.
File and Folder structure in Flutter
Team development reference
Manual for team development on Github
I tried to write a development procedure for a personal application using the issue of GitHub
command
Create New Project
flutter create --org

Author by
Kazuhide Oki
電気自動車の充電器を設置管理する会社でソフトウェアエンジニアをしています。 アプリはFlutter, WebはReactとNodejsでフロントメインだけど実質フルスタック。 モノ作り楽しい。自分の作ったプログラムが人の役に立つのは楽しい。
Updated on December 22, 2020