Closed emavgl closed 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
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