This project is simple notes application with basic functions.
- shows all saved notes in a beutiful UI
- add new note
- delete certain note
- view note details
- Bloc Pattern (flutter_bloc)
- SQLITE with CRUD functions (sqflite)
- Staggered Grid View (flutter_staggered_grid_view)