📝

時間がない人向けのflutterをオニオンアーキテクチャ

2024/09/23に公開

目的

今回は、時間のない人むけの flutter をオニオンアーキテクチャで実装をしている。
CI/CD を回る実装になっているのにぜひ参考して欲しい。

コード

https://github.com/nagisa599/flutter-template

利用技術

  • flutter
  • riverpod
  • auth0

手順

git clone

git clone https://github.com/nagisa599/flutter-template

packge を install

flutter pub get
# または
dart pub get

起動方法

または

flutter run

# まとめ
プロダクトレベルで作成しているのでぜひ使っていただきたい。

GitHubで編集を提案

Discussion