fetch_pages 0.1.1 copy "fetch_pages: ^0.1.1" to clipboard
fetch_pages: ^0.1.1 copied to clipboard

Flutter package to fetch and render json pages for json_dynamic_widget from server.

0.0.1 #

  • A Flutter package that leverages json_dynamic_widget to dynamically render pages from JSON data. This package fetches all the pages from a server when the app launches and provides a function to get a specific page by its name. It also caches the fetched data using SharedPreferences.

0.0.2 #

  • Included required API response format.

0.1.0 #

  • Added RenderPage widget to dynamically render JSON data with support for loading indicators and error handling.

0.1.1 #

  • Bug fix - resolved conflicts by multiple registry creation.
1
likes
0
points
120
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter package to fetch and render json pages for json_dynamic_widget from server.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, http, json_dynamic_widget, logger, shared_preferences

More

Packages that depend on fetch_pages