emavgl / oinkoin

Oinkoin is a flutter app for helping you managing your expenses. No internet required.
GNU General Public License v3.0
165 stars 11 forks source link

Create a SQLite database and push some mock data #1

Closed emavgl closed 4 years ago

emavgl commented 4 years ago

Currently we are using mock data generated inside the Flutter classes. However, the increase of the App complexity makes the implementation difficult to maintain and to test.

It would be better to move directly to a SQLite database. Reference: https://flutter.dev/docs/cookbook/persistence/sqlite