FLUTTER ECOSYSTEM

shubham-chhimpa/done_it

DoneIt ist eine Beispiel-Notiz-App 📝 für Flutter 📱, die zur Demonstration der Verwendung von Clean-Architecture-Werkzeugen erstellt wurde. Widmet sich allen Flutter-Entwicklern mit ❤️.

Projektcover von fertig
Stars
187
Forks
25
Letzter Push (UTC)
04.10.2021
Projektstatus
Aktiv
Shubham Chhimpa GitHub avatar
GITHUB User

Shubham Chhimpa ↗

Senior Software Engineer 2 @MakeMyTrip

MakeMyTripBangalore
SprachenDartRubySwiftKotlinObjective-C

Technische Themen

Verwendete Abhängigkeiten

Abhängigkeiten 11 Einträge

Ranglisten

Original-README

Englischer Projektschnappschuss. Aktuelle Inhalte auf GitHub.

Projekt-README ein-/ausklappen
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.png

Image 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.

Visit:- https://www.linkedin.com/in/shubhamchhimpa/