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

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

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fetch_pages

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  fetch_pages: ^1.0.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:fetch_pages/fetch_pages.dart';
0
likes
120
pub points
60%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http, json_dynamic_widget, logger, mockito, shared_preferences

More

Packages that depend on fetch_pages