fetch_pages 0.1.1
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_widgetto 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 usingSharedPreferences.
0.0.2 #
- Included required API response format.
0.1.0 #
- Added
RenderPagewidget to dynamically render JSON data with support for loading indicators and error handling.
0.1.1 #
- Bug fix - resolved conflicts by multiple registry creation.