https://github.com/denver-code/noto
Noto - this is a simple, minimalist application that will help you organize your workflow.
https://github.com/denver-code/noto
android dart flutter mobile tasks todo
Last synced: about 1 month ago
JSON representation
Noto - this is a simple, minimalist application that will help you organize your workflow.
- Host: GitHub
- URL: https://github.com/denver-code/noto
- Owner: denver-code
- Created: 2022-08-17T21:22:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-18T16:51:23.000Z (almost 4 years ago)
- Last Synced: 2025-10-25T21:58:52.730Z (8 months ago)
- Topics: android, dart, flutter, mobile, tasks, todo
- Language: Dart
- Homepage: https://t.me/noto_app
- Size: 248 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Noto - No Tomorrow
**Description**
Noto (No Tomorrow) - this is a simple, minimalist application that will help you organize your workflow.
Here you can add tasks, change them, change their status, delete them, assign them to be completed on a particular day, or simply to a continuous list of functions, or you can make a shopping list so that you don't forget anything in the store.
**What you can do now?**
- add new tasks
- change their checking status
- delete tasks
**What do I want to add in the future? aka ToDo**
- Add tasks synchronization with the account
- Implement a daily task list
- Create account in Instagram/Patreon/PayPal
- Update the "add task" field, make it easiest and look more beautiful
- Make tasks draggable
- Implement task editing
## Run Noto on your android device from source code
> [!NOTE]
> For start confirm flutter instalation on your machine.
``` Bash
$ git clone https://github.com/denver-code/noto
$ cd noto
$ flutter analyze
$ flutter test
$ flutter pub get
$ flutter run lib/main.dart
```
## Build an APK
> [!NOTE]
> For start confirm flutter instalation on your machine.
``` Bash
$ git clone https://github.com/denver-code/noto
$ cd noto
$ flutter analyze
$ flutter test
$ flutter pub get
$ flutter build apk --split-per-abi
```
This commands results in three APK files:
```
[project]/build/app/outputs/apk/release/app-armeabi-v7a-release.apk
[project]/build/app/outputs/apk/release/app-arm64-v8a-release.apk
[project]/build/app/outputs/apk/release/app-x86_64-release.apk
```
