Coder Social home page Coder Social logo

prodevking1 / crud_todo_app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fabianvarela/crud_todo_app

0.0 0.0 0.0 708 KB

Create a To-do List Flutter app managing CRUD with Firebase, using RiverPod as state management and dependency injection

License: GNU General Public License v3.0

Kotlin 0.11% Swift 1.19% Objective-C 0.03% Dart 93.16% Ruby 2.19% Shell 0.20% HTML 3.12%

crud_todo_app's Introduction

Flutter ยท CRUD TODO App

Coverage

Create a To-do List Flutter app managing CRUD with Firebase, using RiverPod as state management and dependency injection

Getting Started (Firebase)

  • To execute the app, you have to Firebase Project already created.
  • Create an app in Firebase for Android iOS, Web and Desktop (Mac) with the existing project.
    • For Android you must rename the bundle Id on app/build.gradle.
    • For iOS in XCode IDE, you select Runner and change the 'Bundle Identifier' text.
    • For Web, you must follow this link
    • For Desktop for Mac in XCode IDE, you select Runner and change the 'Bundle Identifier' text.

Getting Started (Flutter)

  • Clone this project.
  • In Android, set google-services.json file in app folder.
  • In iOS, set GoogleServices-Info.plist file in Runner folder.
  • In Web, you must follow this link
  • In Desktop for Mac, set GoogleServices-Info.plist file in Runner folder.
  • Run project and enjoy ๐Ÿ˜„

Firebase Scheme

โ”œโ”€โ”€ categories
  โ”œโ”€โ”€ id (generated)
    โ”œโ”€โ”€ emoji (String)
    โ”œโ”€โ”€ name (String)
    โ”œโ”€โ”€ todoSize (Number)

โ”œโ”€โ”€ todos
  โ”œโ”€โ”€ id (generated)
    โ”œโ”€โ”€ categoryId (String)
    โ”œโ”€โ”€ finalDate (Number)
    โ”œโ”€โ”€ isCompleted (Boolean)
    โ”œโ”€โ”€ subject (String)

Used packages


Dependencies

  • Firebase (firebase_core, cloud_firestore)
  • Equatable (equatable)
  • Hooks (flutter_hooks)
  • Riverpod (hooks_riverpod)
  • Flutter Emoji (flutter_emoji)
  • Flutter Slidable (flutter_slidable)
  • Intl (intl)
  • Json Annotation (json_annotation)
  • UUID (uuid)

Dev dependencies

  • Freezed (freezed, freezed_annotation)
  • Json Serializable (json_serializable)
  • Mocktail (mocktail)
  • Mockito (mockito)
  • Very Good Analysis (very_good_analysis)

Help mockito reference

Mockito Null Safety recipe link

crud_todo_app's People

Contributors

arkangel12 avatar fabianvarela avatar kranfix avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.