Snoozed, open source Flutter app. A focus oriented To-Do list with skippable tasks.

Overview

Snoozed: Skippable To Do list

Download the App

Video Tutorial

Stack

  • Front-end: Flutter
  • Back-end: Serverless (Firebase)
  • Storage: Cloud Firestore

Screenshots:

snoozed_screens

Note:

The "google-services.json" and "GoogleService-Info.plist" files obtained from Firestore are not included in this project, you need to setup your own Firebase project and generate your own to run this project with Firestore.

You might also like...

copy of google tasks app, just to practice some flutter

tasks_copy A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if th

Dec 28, 2021

Flutter UI Travel app for completing tasks in mobile development classes 📱

cti3i3-app-travel-ui Flutter UI Travel app for completing tasks in mobile development classes. Setup Run the following commands to install the depende

May 14, 2022

To Do App help me to remember my tasks , notify me .

todoapp A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this

Jan 10, 2022

Flutter cloud functions - A sample project demonstrating how to run backend tasks in Flutter

Flutter cloud functions - A sample project demonstrating how to run backend tasks in Flutter

Flutter Cloud Functions A sample project demonstrating how to run backend tasks

Feb 15, 2022

Flutter Downloader - A plugin for creating and managing download tasks. Supports iOS and Android.

Flutter Downloader - A plugin for creating and managing download tasks. Supports iOS and Android.

Flutter Downloader A plugin for creating and managing download tasks. Supports iOS and Android. This plugin is based on WorkManager in Android and NSU

Jan 3, 2023

Invoices, Expenses and Tasks built with Laravel and Flutter

Invoice Ninja Hosted | Self-Hosted We're on Slack, join us at slack.invoiceninja.com or if you like StackOverflow Just make sure to add the invoice-ni

Dec 20, 2022

A sophisticated tool for managing queues of asynchronous tasks, with a stream interface, strong typing and lots of helpful options.

Secretary A sophisticated task manager. Secretary is a tool for keeping your futures in check. It's useful for managing queues of asynchronous tasks,

Dec 21, 2022

The official open source app of the GSDCs of Benin. Feel free to contribute and make this app great for every members

GDSC-Events-Benin The official open source app of the GSDCs of Benin. Feel free to contribute and make this app great for every members 😎 Contributor

Feb 4, 2022
Comments
  • Task input link is inaccessible on Mac's smaller screen

    Task input link is inaccessible on Mac's smaller screen

    Installed the app on my Mac M1 and the screen for iPhone apps on mac is smaller. The sizing of the widgets doesn't seem to be adaptive to smaller screens.

    Screenshot 2022-11-10 at 8 19 10

    bug 
    opened by noChillGrandma 0
  • Newer tasks are further in queue

    Newer tasks are further in queue

    When there are very old tasks and new ones are added, it takes forever to get to the new ones. Maybe on skip, update the task's date with (today's date + (skips * 1 day)).

    enhancement 
    opened by noChillGrandma 0
  • Tasks have a weird shuffle starting up

    Tasks have a weird shuffle starting up

    When you start the app and sometimes after skipping a task, it does a weird shuffle of the tasks.

    I think this is caused because the tasks are following an index for the "due date" field, as it reads the documents, it discovers ones that should be on top of the previous so it does that shuffling until it finds the most recent one.

    Proposed solution: Instead of doing a snapshot of the database, we could do a .get() from firestore. That way it does the figuring out which one is the latest first before displaying the result.

    bug 
    opened by noChillGrandma 0
Owner
Alexandro Heredia
Alexandro Heredia
Flutter package to create list of radio button, by providing a list of objects it can be a String list or list of Map.

Custom Radio Group List Flutter package to create list of radio button, by providing a list of objects it can be a String list or list of Map. Feature

Ashok Kumar Verma 0 Nov 30, 2021
A new Flutter widget that add support for AndroidTV app. Using keyboard to control focus node.

flutter_tv_autofocus A new Flutter widget that add support for AndroidTV app. Using keyboard to control focus node. Getting Started Wrap your flutter

SUPERMONKEY 28 Aug 18, 2022
Serene is a white noise app developed with Flutter. It helps you meditate, sleep better, focus, relax and be calm.

Serene - Relax, Meditate and Sleep A white noise app developed with Flutter. It helps you meditate, sleep better, focus, relax and be calm. Screenshot

Vipul Asri 89 Dec 6, 2022
A simple to-do list built using flutter based on BLoC state management to manage your daily tasks .

?? Table of Contents About ScreenShots from the app Demo vedio Contributors About A to-do list flutter app to manage your daily tasks. it is built bas

Heba Ashraf 6 Oct 12, 2022
Flutter shareable package of object-oriented classes for local caching of user data in json

json_cache Json Cache is an object-oriented package to serve as a layer on top of local storage packages - packages that persist data locally on the u

Dartoos 10 Dec 19, 2022
Object-oriented package for validating Flutter form fields.

formdator Contents Overview Getting Started List of Validators Categories Demo Application References Overview Form Validator — Formdator is a fully o

Dartoos 10 Oct 26, 2022
Created a mobile application for my Project Oriented class.

Projet Scarla C'est pour notre cours : Projet d'intégration avec Raouf Babari au semestre d'hiver 2021. Projet Scarla Le nom de notre projet d’intégra

null 1 Jan 4, 2022
List of open source Flutter applications

Open source flutter apps Flutter is Google's UI toolkit for building beautiful, natively compiled applications for mobile, web, desktop, and embedded

Turtuvshin Byambaa 2.7k Jan 6, 2023
This is a simple open source project where you can easily contribute by uploading algorithms that are not specified in the list.

Support this project by giving it a thumbs up! AlgoBook A new Flutter application for algorithms. This app is mainly to refer to the algorithms that a

Gloria Thomas 18 Jul 23, 2022
Flutter app to manage tasks.

A new Flutter app project to manage tasks. Getting Started A few resources to get you started if this is your first Flutter project: Lab: Write your f

Jobin Biju 141 Dec 27, 2022