Skip to content

Latest commit

Β 

History

History
78 lines (42 loc) Β· 1.83 KB

README.md

File metadata and controls

78 lines (42 loc) Β· 1.83 KB

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