flutter_getx_template
flutter_getx_template copied to clipboard
Integrate Local database (SQLite) for offline support
- [ ] Use floor package
- [ ] Store all API response in local DB (Inside remote data source, we have to call
local data sourceto store the data) - [ ] When controller call to repository for data, repository will check it first at local data source. If available simply return it and then call to remote data source. When remote data source get response from server, it should update local data source.
- [ ] In offline mode user can see the previous stored data
- [ ] Make a favorite icon in repository list item. This favorite data will store in local db.
- [ ] All favorite repositories will be shown in
Favoritepage (middle of the bottom tab)
Hello, I am eagerly waiting for these functionalities to be added to flutter_getx_template. Can anyone tell when this will be implemented?
Hello, I am eagerly waiting for these functionalities to be added to flutter_getx_template. Can anyone tell when this will be implemented?
Ing Sha Allah you will get it within next week.
@Shuvo1260 Please let me know if you are working on this. also I can help with implementing sqlite in the architecture.
@jitenders859 You're welcome to contribute here. You can clone, develop and create a PR. We will review and merge it.
@shafayathossain Sure will clone and try to contribute.
@shafayathossain can I use hive instead of sqlite
We want to implement floor package here. Shuvo is working on it.
Thank you @hasancse91 for very good template :) I'm not sure whether local database was implemented by Shuvo ?