Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hukusuke1007/flutter_app_template

Flutter + Firebaseアプリのスターターキット、新規アプリ開発はこのテンプレートをベースに始める。お仕事のご相談はこちらから https://neverjp.com/contact/
https://github.com/hukusuke1007/flutter_app_template

android dart firebase flutter ios

Last synced: about 2 months ago
JSON representation

Flutter + Firebaseアプリのスターターキット、新規アプリ開発はこのテンプレートをベースに始める。お仕事のご相談はこちらから https://neverjp.com/contact/

Awesome Lists containing this project

README

        

# flutter_app_template

Developed with 💙 by [Never inc](https://neverjp.com/).

---

- [FeatureFirst](./feature_first)
- [LayerFirst](./layer_first)

## 設計指針

[こちらの資料](https://www.notion.so/Never-0ee09657e5744cc8bb3c99cf9cdb2cff)にまとめました。

## 参考文献

- 設計
- [Flutter Project Structure: Feature-first or Layer-first?](https://codewithandrea.com/articles/flutter-project-structure/)
- [invertase/conference-app](https://github.com/invertase/conference-app)
- [mono0926/wdb106-flutter](https://github.com/mono0926/wdb106-flutter)
- [altive/flutter_app_template](https://github.com/altive/flutter_app_template)
- [現場で役立つシステム設計の原則](https://www.amazon.co.jp/dp/477419087X)
- [Flutter はどこまで共通ウィジェットを作るのが正解なのか 〜ButtonStyleButton〜](https://qiita.com/Zudah228/items/cdbf6192c94df81c1538)
- コーディング規約
- [株式会社NeverのFlutterコーディング規約5選](https://qiita.com/hukusuke1007/items/80d9548a352560d9dcc3)
- [Dart/Flutter の静的解析強化のススメ](https://medium.com/flutter-jp/analysis-b8dbb19d3978)
- [Flutter/Dart における immutable の実践的な扱い方](https://medium.com/flutter-jp/immutable-d23bae5c29f8)
- Riverpod
- [Riverpod Documentation](https://riverpod.dev/)
- [Flutter x Riverpod でアプリ開発!実践入門](https://zenn.dev/riscait/books/flutter-riverpod-practical-introduction)
- Flavor
- [【Flutter 3.7未満】Dart-defineのみを使って開発環境と本番環境を分ける](https://zenn.dev/altiveinc/articles/separating-environments-in-flutter-old-edition)