AppNote is a simple note app made with Flutter that lets you: create, edit, read and delete notes saved locally in your storage
AppNote
AppNote is a simple note app made with Flutter that lets you:
- Create and save notes
- Read notes
- Edit notes
- Delete notes
All saved locally in your storage.
Dependencies
As written in pubspec.yaml
dependencies:
google_fonts: ^3.0.1
page_transition: ^2.0.9
hive: ^2.2.3
hive_flutter: ^1.1.0
dev_dependencies:
build_runner: ^2.2.0
hive_generator: ^1.1.3
The Hive package is used to store data locally.