Skip to content

Commit aabf1c7

Browse files
committed
update readme
1 parent 246f3d7 commit aabf1c7

File tree

8 files changed

+75
-2
lines changed

8 files changed

+75
-2
lines changed

README.md

Lines changed: 75 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,75 @@
1-
# Todoify-Releases
2-
Releases and issue repository for todoify app, a material design(MD3 + Material You) based todo, note-taking app for android.
1+
<div align="center">
2+
<img width="80" height="80" src="screenshots/logo.png"/>
3+
<h1>Todoify</h1>
4+
<p>a material design, <strong>closed source offline based todo, notetaking app</strong> for android with <strong>Material You</strong> theming.</p>
5+
</div>
6+
<div align="center">
7+
8+
![Flutter](https://img.shields.io/badge/Platform-Flutter-blue)
9+
![minSdkVersion](https://img.shields.io/badge/minSdkVersion-21-green.svg)
10+
[![PayPal](https://img.shields.io/badge/PayPal-00457C?logo=paypal&logoColor=white)](https://paypal.me/milindgoel15)
11+
12+
</div>
13+
14+
---
15+
16+
## Features:
17+
18+
- Proper material design (MD3) with support for **_material you design_**
19+
- Custom accent colours when dynamic colours are off.
20+
- Fully **_offline based_** todo & note-taking app
21+
- **Simple and easy-to-use UI** of creating new todos, notes, and future/scheduled tasks.
22+
- Ability to **create notes with full markdown and editing support**
23+
- Ability to create **future/scheduled** tasks.
24+
- Ability to set a **reminder notification** for future/scheduled notes
25+
- Ability to add scheduled task to the device calendar.
26+
- Monet-based splash screen for Android 12+ devices.
27+
- Monochrome icon for Android 13+ devices.
28+
- Theme switcher (Light, dark and AMOLED/black mode)
29+
30+
> Note:
31+
>
32+
> - Android 12 & above will extract colors from wallpaper set on your device
33+
> - Other android versions uses accent colors within app to match material you system.
34+
35+
---
36+
37+
## General Information:
38+
39+
- You can find all the releases in the releases section.
40+
- You can also create issues and give suggestions/feedbacks here
41+
42+
---
43+
44+
## Information Regarding apk files:
45+
46+
- **arm64-v8a**: For 64-bit architecture devices
47+
- **armeabi-v7a**: For 32-bit architecture devices
48+
49+
---
50+
51+
## Screenshots:
52+
53+
#### Dark theme-
54+
55+
<img src="./screenshots/Dark/HomeDark.png" width="200"/> <img src="./screenshots/Dark/AddNoteDark.png" width="200"/>
56+
<img src="./screenshots/Dark/HomeItemsDark.png" width="200"/>
57+
58+
#### Light theme-
59+
60+
<img src="./screenshots/Light/HomeLight.png" width="200"/> <img src="./screenshots/Light/AddNoteLight.png" width="200"/>
61+
<img src="./screenshots/Light/HomeItemsLight.png" width="200"/>
62+
63+
---
64+
65+
## Current todo:
66+
67+
- Improve scheduling notification feature.
68+
- Preserve the last opened home content on app relaunch
69+
70+
## List of things not supported by flutter (officially or partially or not built-in):
71+
72+
- Homescreen widgets (Not built-in)
73+
- [System based font ](https://github.com/flutter/flutter/issues/48381)
74+
- [Predictive back gestures](https://github.com/flutter/flutter/issues/109513)
75+
- [Per-app language preferences](https://github.com/flutter/flutter/issues/109842)

screenshots/Dark/AddNoteDark.png

99.9 KB
Loading

screenshots/Dark/HomeDark.png

128 KB
Loading

screenshots/Dark/HomeItemsDark.png

143 KB
Loading

screenshots/Light/AddNoteLight.png

105 KB
Loading

screenshots/Light/HomeItemsLight.png

145 KB
Loading

screenshots/Light/HomeLight.png

128 KB
Loading

screenshots/logo.png

2.27 KB
Loading

0 commit comments

Comments
 (0)