Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 980 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 980 Bytes

Note Bad

This project is simple notes application with basic functions.

Project Main Components

Home Screen :
  • shows all saved notes in a beutiful UI
Note Editing/Viewing Screen:
  • add new note
  • delete certain note
  • view note details

Packages/Technologies Used

  • Bloc Pattern (flutter_bloc)
  • SQLITE with CRUD functions (sqflite)
  • Staggered Grid View (flutter_staggered_grid_view)

Screenshots