Skip to content
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

Add example for data fetching and synchronization #50

Open
schultek opened this issue Nov 28, 2022 · 0 comments
Open

Add example for data fetching and synchronization #50

schultek opened this issue Nov 28, 2022 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@schultek
Copy link
Owner

Data fetching and sync is an important aspect for most websites and we should have a well-documented example for this.

Can be done together with some other feature or use-case.

This may include:

  • separating code between server and client (the import problem)
  • fetching data on the server (e.g. from an api or database)
  • syncing this data with the client
  • optionally modifying or writing data back to the server (crud style)
  • using non-trivial models with serialization to json (best using dart_mappable package)
@schultek schultek added the documentation Improvements or additions to documentation label Apr 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant