Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 438 Bytes

File metadata and controls

13 lines (10 loc) · 438 Bytes

Notes app

A new Flutter project. Goal is to practice TDD and flutter framework. Ideas come from this repo.

User stories

#1 User can add note

#2 User can remove note

#3 User can edit note

#4 User can press back button without saving editing

#5 App saves note to SharedPref

#6 App loads notes from SharedPref

#7 Notes are saved and loaded from SQLite database