Skip to content
/ Not3s Public

A Cross-Platform Todo/Notes app made with Flutter and Python πŸ‘¨πŸΌβ€πŸ’»πŸ’•

License

Notifications You must be signed in to change notification settings

adeolaex/Not3s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

61 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

NOT3s

Installation

This repo consits of the source code to run Not3s locally. So this guide assumes you have the Flutter SDK installed.

  • Clone this repository:
$ git clone https://github.com/adeolaex/Not3s.git
Cloning into 'Not3s'...
remote: Enumerating objects: 549, done.
remote: Counting objects: 100% (549/549), done.
remote: Compressing objects: 100% (364/364), done.
remote: Total 549 (delta 277), reused 395 (delta 145), pack-reused 0
Receiving objects: 100% (549/549), 5.48 MiB | 7.92 MiB/s, done.
Resolving deltas: 100% (277/277), done.
  • Move into the cloned repo:
$ cd Not3s/lib
  • To run in debug mode:
$ flutter run --debug
  • To run in release mode:
$ flutter run --release

Features

  • A set of usefull tools to help store notes, audio and video files.
  • It is Cross-Platform. Roughly 93% of the codebase is shared across IOS and Android.

It uses the SharedPreferences package to store the notes locally and the flutter_local_notifications to send out local notifications. A backend will be added soon in order to have cloud functionality.


Upcoming Fixes

  • Speech-to-text. This would greatly imporve note taking, as it would expose a user's device specific speech recognition capability to allow text input from speech.
  • Cloud Syncing and Authentication.
  • Overall Optimization for larger screens.
  • Planning on using the SKSL shader warmup on ios for a better faster perfoamce. See this for more info.

Text

About

A Cross-Platform Todo/Notes app made with Flutter and Python πŸ‘¨πŸΌβ€πŸ’»πŸ’•

Topics

Resources

License

Stars

Watchers

Forks

Languages