pccoeacm / expenses-flutter-app

A Flutter app to keep a track of expenses for any organization
MIT License
1 stars 11 forks source link

Storing data locally on the device #5

Open taha2218 opened 4 years ago

taha2218 commented 4 years ago

Feature The app should store the data locally so that the information is not lost when the app is restarted.

Dependencies to use sqflite from flutter

References Refer https://pub.dev/packages/sqflite for proper implementation of the feature.

diegoalvis commented 4 years ago

I'd like to work on this!

diegoalvis commented 4 years ago

Sqflite support added in #12