Draft
An elegant notes taking app written in Flutter that uses sqflite for storage.
This is a sweet and simple notes taking app in Flutter that lets you type and store notes on your phone, so you can use it to write about your day for example. You can mark notes as important, share them through any app that you use to communicate, and edit your existing notes. The UI is presented neatly and has subtle animations. It comes with a nice dark mode as well.

It uses SQLite for storing the notes, that is accessed in Flutter through the sqflite package, along with some other packages that make this app possible.

You can find the project and the APK on my Github.