neco3coffee / done_it

DoneIt is a sample note app πŸ“ Flutter application πŸ“± built to demonstrate use of Clean Architecture tools. Dedicated to all Flutter Developers with ❀️.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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]

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/

About

DoneIt is a sample note app πŸ“ Flutter application πŸ“± built to demonstrate use of Clean Architecture tools. Dedicated to all Flutter Developers with ❀️.

License:Other


Languages

Language:Dart 97.1%Language:Ruby 2.1%Language:Swift 0.6%Language:Kotlin 0.2%Language:Objective-C 0.1%