Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MGAndroidProjects/Todoify-Releases
Releases and issue repository for todoify app, a material design(Material You) based todo, note-taking app for android.
https://github.com/MGAndroidProjects/Todoify-Releases
Last synced: 5 days ago
JSON representation
Releases and issue repository for todoify app, a material design(Material You) based todo, note-taking app for android.
- Host: GitHub
- URL: https://github.com/MGAndroidProjects/Todoify-Releases
- Owner: MGAndroidProjects
- Created: 2023-07-18T15:42:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-08T16:44:35.000Z (about 1 year ago)
- Last Synced: 2024-08-03T01:17:56.327Z (3 months ago)
- Size: 657 KB
- Stars: 21
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Todoify
a material design, closed source offline based todo, notetaking app for android with Material You theming.
Website: https://todoifyweb.vercel.app
![Flutter](https://img.shields.io/badge/Platform-Flutter-blue)
![minSdkVersion](https://img.shields.io/badge/minSdkVersion-21-green.svg)
[![Crowdin](https://badges.crowdin.net/todoify/localized.svg)](https://crowdin.com/project/todoify)## Donation:
[![PayPal](https://img.shields.io/badge/PayPal-00457C?style=for-the-badge&logo=paypal&logoColor=white)](https://paypal.me/milindgoel15)
[![BuyMeACoffee](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-ffdd00?style=for-the-badge&logo=buy-me-a-coffee&logoColor=black)](buymeacoffee.com/milindgoel15)## Downloads:
[![GitHub Release](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)](https://github.com/MGAndroidProjects/Todoify-Releases/releases/latest)
## Features:
- Proper material design (MD3) with support for **_material you design_**
- Custom accent colours when dynamic colours are off.
- Fully **_offline based_** todo & note-taking app
- **Simple and easy-to-use UI** of creating new todos, notes, and future/scheduled tasks.
- Swipe from left to edit any todo/scheduled task and swipe from right to delete a todo/scheduled task.
- Ability to **create notes with full markdown and editing support**
- Tap to view notes and on long press to delete them
- Ability to create **future/scheduled** tasks.
- Ability to set a **reminder notification** for future/scheduled notes
- Ability to add scheduled task to the device calendar.
- Ability to change font from Google fonts.
- Monet-based splash screen for Android 12+ devices.
- Monochrome icon for Android 13+ devices.
- Theme switcher (Light, dark and AMOLED/black mode)> Note:
>
> - Android 12 & above will extract colors from wallpaper set on your device
> - Other android versions uses accent colors within app to match material you system.---
## General Information:
- You can find all the releases in the releases section.
- You can also create issues and give suggestions/feedbacks here---
## Information Regarding apk files:
- **arm64-v8a**: For 64-bit architecture devices
- **armeabi-v7a**: For 32-bit architecture devices---
## Screenshots:
#### Dark theme-
#### Light theme-
---
## Current todo:
- [x] Improve scheduling notification feature.
- [ ] Add integration with Google Assistant
- [ ] add cloud syncing support
- [ ] support more platforms## List of things not supported by flutter (officially or partially or not built-in):
- Homescreen widgets (Not built-in)
- [System based font ](https://github.com/flutter/flutter/issues/48381)
- [Predictive back gestures](https://github.com/flutter/flutter/issues/109513)
- [Per-app language preferences](https://github.com/flutter/flutter/issues/109842)