All Projects → shubham-chhimpa → Done_it

shubham-chhimpa / Done_it

Licence: other
DoneIt is a sample note app 📝 Flutter application 📱 built to demonstrate use of Clean Architecture tools. Dedicated to all Flutter Developers with ❤️.

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to Done it

Clean Architecture Swiftui
SwiftUI sample app using Clean Architecture. Examples of working with CoreData persistence, networking, dependency injection, unit testing, and more.
Stars: ✭ 2,925 (+1989.29%)
Mutual labels:  sample, clean-architecture
RSS-Reader
Simple project with clean architecture
Stars: ✭ 31 (-77.86%)
Mutual labels:  test, clean-architecture
Starwars-clean
Simple project with clean architecture
Stars: ✭ 34 (-75.71%)
Mutual labels:  test, clean-architecture
Android Kotlin Clean Architecture
Android Sample Clean Architecture App written in Kotlin
Stars: ✭ 1,562 (+1015.71%)
Mutual labels:  sample, clean-architecture
last fm
A simple app to demonstrate a testable, maintainable, and scalable architecture for flutter. flutter_bloc, get_it, hive, and REST API are some of the tech stacks used in this project.
Stars: ✭ 134 (-4.29%)
Mutual labels:  test, clean-architecture
Android Clean Architecture Mvvm Dagger Rx
Implemented by Clean Architecture, Dagger2, MVVM, LiveData, RX, Retrofit2, Room, Anko
Stars: ✭ 138 (-1.43%)
Mutual labels:  sample, clean-architecture
Robohydra
Testing tool for HTTP-based-API clients
Stars: ✭ 133 (-5%)
Mutual labels:  test
Qtodotxt2
Rewrite of GUI code of QTodoTxt using qml.
Stars: ✭ 136 (-2.86%)
Mutual labels:  todo
Swift Cleanarchitecture
Simple Swift project applying concepts inspired on the Clean Architecture
Stars: ✭ 133 (-5%)
Mutual labels:  clean-architecture
Coddx Alpha
Coddx - a collection of tools that help developers program efficiently. One of the features is generating multiple files from templates quickly.
Stars: ✭ 132 (-5.71%)
Mutual labels:  todo
Pagingroom
Demonstrates various ways of using Paging library with Room (LiveData, RxJava, custom datasource)
Stars: ✭ 139 (-0.71%)
Mutual labels:  clean-architecture
Snap Shot It
Smarter snapshot utility for Mocha and BDD test runners + data-driven testing!
Stars: ✭ 138 (-1.43%)
Mutual labels:  test
Go Ddd Sample
DDD like architecture sample application
Stars: ✭ 135 (-3.57%)
Mutual labels:  clean-architecture
React With Clean Architecture
Clean architecture based react project sample code.
Stars: ✭ 132 (-5.71%)
Mutual labels:  clean-architecture
Vim Simple Todo
Mappings to manage GitHub-like task lists
Stars: ✭ 137 (-2.14%)
Mutual labels:  todo
Eve
Eve and Wall-e
Stars: ✭ 133 (-5%)
Mutual labels:  clean-architecture
Php Programming Best Practices
Referencia para los desarrolladores de Tiendanube y para la comunidad de PHP.
Stars: ✭ 138 (-1.43%)
Mutual labels:  clean-architecture
Lxi Tools
Open source LXI tools
Stars: ✭ 132 (-5.71%)
Mutual labels:  test
Kotlinmultiplatform mvvm
Android & iOS App using MVVM pattern and LiveData on the presentation layer + Clean Arch on the common shared code.
Stars: ✭ 135 (-3.57%)
Mutual labels:  clean-architecture
Coolstore Microservices
A full-stack .NET microservices build on Dapr and Tye
Stars: ✭ 1,903 (+1259.29%)
Mutual labels:  clean-architecture

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/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].