8000 GitHub - imokenpi2011/routine_todo
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

imokenpi2011/routine_todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

routine_todo

ルーティンTODOアプリ

ディレクトリ構成

参考:https://blog.kinto-technologies.com/posts/2023-12-10-flutter-architecture/

lib/
├── presentations
│   ├── pages
│   │   └── home_page
│   │       ├── home_page.dart
│   │       ├── home_page_vm.dart
│   │       ├── home_page_state.dart
│   │       └── components
│   ├── components
│   ├── style.dart    // 共通のスタイル定義
│   └── app.dart
├── domains
│   ├── entities
│   └── repositories  // リポジトリのinterface
├── infrastructures
│   └── repositories
└── main.dart

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0