-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Persisting todo items #18
Comments
@SimonLab how long would it take to upgrade https://github.com/dwyl/phoenix-todo-list-tutorial to have a basic API that would allow Flutter to GET/POST to use it as a Backend? 💭 |
@nelsonic I don't think it should take too long to add and it can be nice to see the API used with Flutter |
Please See: dwyl/phoenix-todo-list-tutorial#53 |
@SimonLab can we consider this done? 💭 flutter-todo-list-tutorial/pubspec.yaml Line 41 in 575a8ba
|
The PR #17 focused on explaining how to create a simple UI with the Flutter widgets. However it doesn't explain yet how to persist the items created while the application is running.
We want to describe what are the different way to store/save data and load the information when the application is reopened.
drift
reactive persistence library forFlutter
&Dart
built on top ofsqlite
learn-flutter#70REST API
phoenix-todo-list-tutorial#53see also https://flutter.dev/docs/cookbook/persistence
The text was updated successfully, but these errors were encountered: