Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

readme update for v2 release (WIP) #1

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 18 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,32 +22,29 @@

## 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)
- Featuring Material Design 3 for Android and Fluent UI on Windows.
- Custom accent colours when dynamic colours are off.
- An offline-first based todo & note-taking app.
- Support for real-time cloud syncing with multi-device at the same time.
- Simple and easy-to-use UI for creating new todos, notes, and future/scheduled tasks.
- Ability to create notes with full markdown and editing support.
- Support for creating scheduled tasks with the ability to add to your 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.
> - Android 12 & above will extract colours from the wallpaper set on your device
> - Other Android versions use accent colours within the app to match the 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
- You can also create issues and give suggestions/feedback here

---

Expand All @@ -74,14 +71,13 @@

## Current todo:

- [x] Improve scheduling notification feature.
- [x] Improve the scheduling notification feature.
- [ ] Add integration with Google Assistant
- [ ] add cloud syncing support
- [ ] support more platforms
- [x] add cloud syncing support
- [x] 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)
- [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)