notes app
a clean, simple and modern note taking app built with flutter. be sure to leave a star ��
features
- create notes: create notes that store locally to device.
- edit notes: edit notes that were previously created.
- lockable notes (wip): lock notes with a password.
- pinnable notes: pin notes to the top of the list.
- user stats: stats for the user’s notes such as total notes, words written etc.
- search notes (fix needed): filter out notes with the search bar.
- desktop version (wip): supports desktop (macos currently, other platforms have not been tested as of now).
dependencies
- canton_design_system: link to repository
- persistent_bottom_nav_bar:
- shared_preferences:
- intl:
- flutter_slidable:
todo
- [ ] add notebooks to store notes
- [ ] add animations
- [ ] make app responsive
- [ ] face id to unlock note
- [ ] add firebase
- [ ] github authentication
- [ ] google authentication
- [ ] analytics
fixes
- [ ] fix sortlist() method
- [ ] fix create password before creating note glitch
Comments are closed.