An elegant todo app with some advanced features.

Overview

💙 An Elegant "Todopad" Made With Flutter 💙

🌟 Star 🌟 the repo if you like it

This is a todo app with local backup and restore functionality made with flutter.

  • It uses riverpod as state management solution.

⬇️ Download

Get it on Google Play

📱 Screenshots

🎯 It has many features:

  • Write a todo
  • Edit a todo
  • Mark todo as favourite
  • Mark todo as completed
  • Different sections for each
  • Create a local backup with time and date mentioned
  • Restore any backup from backup list on the app
  • Very easy and accessible features
  • Restore backup from a valid json file

⚠️ Note :

This app tested only on android. On other platform than android, this app may or may not work as expected.

🔰 Getting Started

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

You might also like...

Advanced exception handling and logging for dart/flutter applications

Advanced exception handling and logging for dart/flutter applications

Talker Advanced exception handling and logging for dart/flutter applications 🚀 Log your app actions, catch and handle your app exceptions and errors

Dec 27, 2022

Lovely Lpu is an app that has dating and chat features altered for university campuses

Lovely Lpu is an app that has dating and chat features altered for university campuses

Lovely is an app that has dating and chat features altered for university campuses . The app only allows users who have a registered user id with the university’s user management system also known as LPU - UMS.

Oct 28, 2022

Flutter Android application for tracking Osu! user, beatmaps statistic and other features provided by Osu! API

TMP-team-2-Osu-track Целью проекта является написание приложения на платформе Android и IOS с помощью Dart+Flutter с интуитивно понятным интерфейсом,

Nov 23, 2022

Amazing Flutter package for playing audio with a lot of features to offer.

Flutter_exoplayer A Flutter plugin that let's you play multiple audio files simultaneously with an option to choose if to play in background or as a f

Aug 7, 2022

Code generation for immutable classes that has a simple syntax/API without compromising on the features.

Welcome to Freezed, yet another code generator for unions/pattern-matching/copy. 0.14.0 and null-safety Important note: From 0.14.0 and onwards, Freez

Jan 4, 2023

🚀 Full-Stack Flutter application, encoded using Dart. Utilizes native device features 📷 and stores user data on a local SQFLite database. ✔

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

Jan 24, 2022

Console - Print.color() to console in any platform, more features will be added later.

palestine_console Part of PalestineDevelopers Print.color() to console in any platform, more features will be added later. Table Of Contents Features

Jan 13, 2022

I was challenged to create an app with only the Nubank life insurance part and fix some UI issues.

I was challenged to create an app with only the Nubank life insurance part and fix some UI issues.

Seguros I was challenged to create an App with only the Nubank life insurance part and fix some UI issues. Flutter This is a Flutter App, designed bas

Dec 14, 2022

Noor is a mobile app designed to help in providing a comfortable reading experience for Muslims, by referencing the book "Hisnul Muslim", and some other references.

Noor is a mobile app designed to help in providing a comfortable reading experience for Muslims, by referencing the book

Noor App | تطبيق نُور Overview Noor is an islamic mobile app, consists of four main pages: home, favorite, alsabha, and settings. The data is structur

Dec 22, 2022
Comments
  • Alternative Download for APK

    Alternative Download for APK

    Will you consider an alternative Download for users outside Google's walled garden – e.g. attaching APKs to releases here? I'm thinking of users without a Playstore account and even without Play Services on their devices, either by their own choice (privacy reasons etc), or because the manufacturer ships its devices that way (think e.g. Huawei). Thanks in advance!

    opened by IzzySoft 7
  • Allow re-ordering of items

    Allow re-ordering of items

    Hi, I really like your app! It looks really nice. One thing that a lot of people might want in this app is the ability to re-order the list of TODOs. At the moment it seems like you can only delete the items with a gesture, but not change the order.

    opened by graves501 0
Releases(v1.2.5)
  • v1.2.5(May 31, 2022)

  • v1.2.4(Mar 28, 2022)

    This release includes :

    • UI enhancements
    • Material Icons replaced with Carbon Icons
    • App Icon fixed
    • Some code refactoring

    What's Changed

    • Riverpod version updated to v1.0.0 by @TheAlphaApp in https://github.com/TheAlphaApp/flutter_riverpod_todo_app/pull/6
    • refactoring and upgraded packages by @TheAlphaApp in https://github.com/TheAlphaApp/flutter_riverpod_todo_app/pull/7
    • Merge dev-1 with main by @TheAlphaApp in https://github.com/TheAlphaApp/flutter_riverpod_todo_app/pull/10

    New Contributors

    • @TheAlphaApp made their first contribution in https://github.com/TheAlphaApp/flutter_riverpod_todo_app/pull/6

    Full Changelog: https://github.com/TheAlphaApp/flutter_riverpod_todo_app/compare/v1.0.0...v1.2.4

    Source code(tar.gz)
    Source code(zip)
    app-arm64-v8a-release.apk(6.86 MB)
    app-armeabi-v7a-release.apk(6.49 MB)
    app-release.apk(18.61 MB)
    app-x86_64-release.apk(7.02 MB)
  • v1.0.0(Oct 31, 2021)

    First Release

    What's Changed

    • Update README.md by @souravsuman636 in https://github.com/TheAlphaApp/flutter_riverpod_todo_app/pull/1
    • Update README.md by @souravsuman636 in https://github.com/TheAlphaApp/flutter_riverpod_todo_app/pull/2
    • Update README.md by @souravsuman636 in https://github.com/TheAlphaApp/flutter_riverpod_todo_app/pull/3
    • Update README.md by @souravsuman636 in https://github.com/TheAlphaApp/flutter_riverpod_todo_app/pull/4
    • Update README.md by @souravsuman636 in https://github.com/TheAlphaApp/flutter_riverpod_todo_app/pull/5

    New Contributors

    • @souravsuman636 made their first contribution in https://github.com/TheAlphaApp/flutter_riverpod_todo_app/pull/1

    Full Changelog: https://github.com/TheAlphaApp/flutter_riverpod_todo_app/commits/v1.0.0

    Source code(tar.gz)
    Source code(zip)
Owner
Sourav Kumar Suman
Sourav Kumar Suman
Starter app for Flutter that includes many different production app features; some not typically included in demo apps.

first_app: Starter app for a Flutter production app Maintainer: Greger Wedel, https://github.com/gregertw Listed on: Latest build and artifacts: ** La

Greger Teigre Wedel 373 Jan 8, 2023
Todo-App - Flutter Todo App using Bloc, Sqflite, and shared preferences

Todo App A new Flutter application. Getting Started Flutter application using Bl

Haitham Ahmed 11 Nov 8, 2022
Todo app - an application maintaining user's todo list. Made to learn state management

todo_app 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

Lokesh Ghule 1 Mar 15, 2022
Neo ToDo - Beautiful neumorphism style todo list

Neo ToDo - Beautiful neumorphism style todo list • Neomorphism style. • Categories of tasks. • Beautiful animations. • Dark theme. • Font Awesome icon

Alexey Z 87 Apr 30, 2022
A flutter app for a wordpress websites with clean and elegant design. This app is available in free and pro version. You can choose to use the one you need.

?? Get Flutter for Wordpress Flutter for wordpress is currently available in free and pro version: Flutter for Wordpress Flutter for Wordpress Pro Bea

mcyos118 18 Dec 13, 2022
🎵 Elegant music app to play local music & YouTube music. Distributes music into albums & artists. Has playlists & lyrics.

Harmonoid Elegant music app to play local music & YouTube music. Download Now ?? Feel free to report bugs & issues. We'll be there to fix. Loving the

Harmonoid 2.5k Dec 30, 2022
Arisshopuiiesm - Build a clean and elegant Shop UI design for your Flutter app

Flutter Tutorial - 2/3 Shop UI - From Scratch We will build a clean and elegant

Behruz Hurramov 3 Oct 29, 2022
🎵 Elegant music app to play local music & YouTube music. Distributes music into albums & artists. Has playlists & lyrics. Windows + Linux + Android.

Harmonoid Elegant music app to play local music & YouTube music. Download Now ?? Windows, Linux & Android. Feel free to report bugs & issues. Loving t

Harmonoid 1.9k Aug 10, 2022
Modern and elegant test framework for Flutter, inspired by Cypress

flutter_modern_test: Modern, elegant and productive test framework for Flutter, inspired by Cypress GitHub: https://github.com/fzyzcjy/flutter_modern_

fzyzcjy 14 Oct 19, 2022
An Advanced Logging Framework develop in flutter that provides quick & simple logging solution.

FLogs Advance Logging Framework FLog is an Advanced Logging Framework develop in flutter that provides quick & simple logging solution. All logs are s

Zubair Rehman 170 Dec 30, 2022