shubham-chhimpa/done_it
DoneIt は、クリーンアーキテクチャツールの使用を示すために作成されたサンプルノートアプリ 📝 Flutter アプリケーション 📱 です。すべての Flutter デベロッパーに捧げます ❤️。
- Stars
- 187
- Forks
- 25
- 最終プッシュ(UTC)
- 2021/10/04
- プロジェクト状態
- 公開中
技術トピック
使用している依存関係
依存関係一覧 11 件
- flutter
{"sdk":"flutter"} - dartz
^0.10.0 - equatable
^2.0.0 - flutter_bloc
^7.3.0 - get_it
^7.2.0 - shared_preferences
^2.0.8 - collection
^1.15.0 - cupertino_icons
^1.0.0 - flutter_test開発用
{"sdk":"flutter"} - mockito開発用
^5.0.16 - build_runner開発用
^2.1.2
ランキング
元の README
以下は英語原文のスナップショットです。最新版は GitHub をご覧ください。
README を開く / 閉じる
| https://raw.githubusercontent.com/shubham-chhimpa/done_it/HEAD/project/images/HomePage.png | https://raw.githubusercontent.com/shubham-chhimpa/done_it/HEAD/project/images/AddTodoPage.png | https://raw.githubusercontent.com/shubham-chhimpa/done_it/HEAD/project/images/ViewTodoPage.png | https://raw.githubusercontent.com/shubham-chhimpa/done_it/HEAD/project/images/SettingPage.png |
| https://raw.githubusercontent.com/shubham-chhimpa/done_it/HEAD/project/images/HomePage%20(Dark%20Mode).png | https://raw.githubusercontent.com/shubham-chhimpa/done_it/HEAD/project/images/AddTodoPage(Dark%20Mode).png | https://raw.githubusercontent.com/shubham-chhimpa/done_it/HEAD/project/images/ViewTodoPage(Dark%20Mode).png | https://raw.githubusercontent.com/shubham-chhimpa/done_it/HEAD/project/images/SettingPage%20(Dark%20Mode).png |
DoneIt 📝
CI
GitHub license Github Followers GitHub stars GitHub forks GitHub watchers Twitter Follow
DoneIt is a sample note app 📝 Flutter application 📱 built to demonstrate use of Clean Architecture tools. Dedicated to all Flutter Developers with ❤️.
About
It simply loads Notes data from in memory database. Notes will be always loaded from in memor database.
- This makes it offline capable 😃.
- Clean and Simple Material UI.
- It supports dark theme too 🌗.
Directory Structure
.
├── core # For all common and core files.
│ ├── error # contains all Exceptions and Failures classes
│ ├── presentation # common presentation files
| │ └── blocs # common blocs
| │ └── pages # core pages
| │ └── widgets # common widgets
│ └── route # Routes for navigation
│ └── theme # Theme data
│ └── usecases # common usecases
|
├── feature # all features
├── feature1 # Feature 1 (for exp : Todo Feature)
├── data # Data Files of Feature 1
├ └── datasources # DataSources Abstract Files and Implementations
├ └── models # Models for data
├ └── repositories # Repositories Implementation Classes
└── domain # Domain
├ └── entities # Entities For Feature 1
├ └── usecases # Usecases of Feature 1
├ └── repositories # Repositories Abstract Classes
├── presentation # Feature 1 presentation files
│ └── blocs # Feature 1 blocs
│ └── pages # Feature 1 pages
│ └── widgets # Feature 1 widgets
Architecture
This app uses [Clean Architecture by Robert C Martin]
https://github.com/ResoCoder/flutter-tdd-clean-architecture-course/blob/master/architecture-proposal.pngImage Source : ResoCoder
Contribute
If you want to contribute to this library, you're always welcome! See Contributing Guidelines.
Branches
.
├── master # Contains the latest release
├── dev # Contains the latest development
├── feature1 # feature 1 created from dev
├── feature2 # feature 2 created from dev
├── feature3 # feature 3 created from dev
├── bugFix1 # bugfix 1 created from dev
├── bugFix2 # bugfix 1 created from dev
├── docChange1 # docChange 1 created from dev
├── docChange1 # docChange 2 created from dev
Note : Create pull request for feature,bugfix,docChange to only dev branch.
Contact
If you need any help, you can connect with me.