• Stars
    star
    110
  • Rank 307,914 (Top 7 %)
  • Language
    Dart
  • License
    Apache License 2.0
  • Created almost 3 years ago
  • Updated 8 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Todo App with a refreshing UI. Technology used: Flutter, Firebase, MVC, Riverpod. Please check Readme

CI Status Star on Github GitHub release (latest by date including pre-releases) License: Apache

Listify - Not your everyday todo app!

A task management app with refreshing UI. Organise your tasks and share projects on the go. Track status of project, discuss ideas about tasks in dedicated discussion thread. It can be used as a regular To Do List App or can be used to plan and execute big events.

Splash Screen Login Screen Home Screen Details Screen

Please starโญ the repo if you like what you see.

Project Environment:

Flutter 2.5.3 โ€ข channel stable โ€ข https://github.com/flutter/flutter.git
Framework โ€ข revision 18116933e7 (4 weeks ago) โ€ข 2021-10-15 10:46:35 -0700
Engine โ€ข revision d3ea636dc5
Tools โ€ข Dart 2.14.4

Code Flow:

Project is following MVC pattern. For managing state I am using Riverpod 1.0.0. All the UI components are inside views folder. Business logic is handled inside controller folder. Model is used to parse data.

โ””โ”€โ”€ lib/
    โ”œโ”€โ”€ controller/
    โ”‚   โ””โ”€โ”€ business logic layer
    โ”œโ”€โ”€ model/
    โ”‚   โ””โ”€โ”€ data layer
    โ”œโ”€โ”€ view/
    โ”‚   โ””โ”€โ”€ presentation layer
    โ”œโ”€โ”€ services/
    โ”‚   โ””โ”€โ”€ helper classes
    โ””โ”€โ”€ constant

Feature List

โ”œโ”€โ”€ Login & Sign up using Email and Password
โ”œโ”€โ”€ Add Task with title, description, date and time, priority
โ”œโ”€โ”€ Add, Update, Delete Sub Task
โ”œโ”€โ”€ Update Task
โ””โ”€โ”€ Delete Task

P.S - To see on going work, feature list please check issues section and projects section

To learn more about riverpod:
https://codewithandrea.com/videos/flutter-state-management-riverpod/
To learn more about MVC pattern:
https://medium.flutterdevs.com/design-patterns-in-flutter-part-1-c32a3ddb00e2
To Install flutter:
https://flutter.dev/docs/get-started/install

More Repositories

1

fake_commerce

Riverpod with Clean Architecture
Dart
12
star
2

input_form_field

Input form field
Dart
6
star
3

COVID-Tracker-BD

This is a fully functional self reporting tool. User can go through initial screening process, to check if they are infected by corona virus. User can use this application for their friends and family. If user suspects someone to be infected they can report them. There is a community service option where volunteers can submit collected data, by using their access token. User can check status of Bangladesh using heatmap. Other than that, using worldometer api we are showing local(BD) and global covid update. There is also a todo and not-todo slider.
Dart
6
star
4

Lora-Traffic-Control-ESP8266

Trying to build a Semi Automatic Lora Controlled Traffic System that will be Low powered High Range and Highly Reliable. For that using ESP8266 as Microprocessor and SX1278 as Trans-receiver module.
C++
4
star
5

dash-chat

A discord rip off. A Chat app built with Flutter, Riverpod and MVVM architecture. Feel free to contribute
Dart
4
star
6

tic-tac-toe

Tic Tac Toe
Dart
2
star
7

Spekter-Map

A simple application that uses 'google_maps_flutter' package to show show Google map.
Dart
2
star
8

Think-Blue

I am trying to create a Water Drinking Reminder App that will remind the user to drink water after a set duration. In future I want to add support for smart watches. So that the app can send notification to smart watches.
Dart
2
star
9

tr_store

Dart
2
star
10

github_issue_tracker

Github Issue Tracker
Dart
1
star
11

Smart-Home-Security

This project was done with the help of NodeMCU micro controller and PIR motion detection sensor. To add feature a TFT 1.8 display and 4*4 keypad was added.
Arduino
1
star
12

momshad-dinury

Portfolio
HTML
1
star
13

Gor-Flutter-App-UI

Dart
1
star
14

momshaddinury

1
star
15

SIM800L-HTTP-Test

I am using Arduino Uno & SIM800L module to establish and test a HTTP connection. To use SIM800L AT command I am using Adafruit_FONA.h libaray which is organized and compact.
C++
1
star
16

Flutter-Toolkit

This repo is a collection of modularized Flutter packages designed to streamline and accelerate the development process. This open-source repository provides a set of reusable modules, each tailored to solve specific common challenges faced by Flutter developers.
Dart
1
star
17

Self-reporting-tool

This is a fully functional self reporting tool. User can go through initial screening process, to check if they are infected by corona virus. User can use this application for their friends and family. If user suspects someone to be infected they can report them. There is a community service option where volunteers can submit collected data, by using their access token. User can check status of Bangladesh using heatmap. Other than that, using worldometer api we are showing local(BD) and global covid update. There is also a todo and not-todo slider.
Dart
1
star
18

Semi-Auto-Wireless-Traffic-Control-System

The system is built using devices of two types: node and controller; one controller per system and a maximum of four nodes connected to it. The controller device uses an esp32, a dual-core SoC, with wifi and bluetooth functionalities. The system uses a NEXTION display for the status of the nodes associated with it. For the communication side, LoRa (Long Range) radio module is used. LoRa is widely known for its efficiency in sending short messages quickly and reliably. LoRa uses a transmission method called Chirp Spread Spectrum (CSS) which is used mostly in military and space communications for low power solutions. And lastly, in the nodes, ESP8266 and LoRa are used. The process begins with the controller rebooting and syncing the nodes. The reboot and sync is done to ensure there is no data loss in regular operations. Each node upon reboot sends a successful boot message, which is used to show the status of the mentioned node. The signaling is done by pressing specific buttons on the controller. Upon pressing, the controller sends the appropriate signal to the node through LoRa. The system has a timeout of ~15 seconds on communication, after that the attempt is marked as failed. After the node receives the signal, it switches the LEDs on the node then transmits appropriate acknowledgment packets. The display on the controller has a timer so the operator can easily decide whether enough time has passed for a given state at a given lane. The signals sent to each node are independent of the others, which allows the operator to shut down all lanes in case of an emergency.
C
1
star