Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
milindgoel15 committed Jul 18, 2023
1 parent 246f3d7 commit aabf1c7
Show file tree
Hide file tree
Showing 8 changed files with 75 additions and 2 deletions.
77 changes: 75 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,75 @@
# Todoify-Releases
Releases and issue repository for todoify app, a material design(MD3 + Material You) based todo, note-taking app for android.
<div align="center">
<img width="80" height="80" src="screenshots/logo.png"/>
<h1>Todoify</h1>
<p>a material design, <strong>closed source offline based todo, notetaking app</strong> for android with <strong>Material You</strong> theming.</p>
</div>
<div align="center">

![Flutter](https://img.shields.io/badge/Platform-Flutter-blue)
![minSdkVersion](https://img.shields.io/badge/minSdkVersion-21-green.svg)
[![PayPal](https://img.shields.io/badge/PayPal-00457C?logo=paypal&logoColor=white)](https://paypal.me/milindgoel15)

</div>

---

## 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.
- Ability to **create notes with full markdown and editing support**
- 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.
- 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-

<img src="./screenshots/Dark/HomeDark.png" width="200"/> <img src="./screenshots/Dark/AddNoteDark.png" width="200"/>
<img src="./screenshots/Dark/HomeItemsDark.png" width="200"/>

#### Light theme-

<img src="./screenshots/Light/HomeLight.png" width="200"/> <img src="./screenshots/Light/AddNoteLight.png" width="200"/>
<img src="./screenshots/Light/HomeItemsLight.png" width="200"/>

---

## Current todo:

- Improve scheduling notification feature.
- Preserve the last opened home content on app relaunch

## 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)
Binary file added screenshots/Dark/AddNoteDark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/Dark/HomeDark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/Dark/HomeItemsDark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/Light/AddNoteLight.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/Light/HomeItemsLight.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/Light/HomeLight.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit aabf1c7

Please sign in to comment.