json_listview 0.1.0 copy "json_listview: ^0.1.0" to clipboard
json_listview: ^0.1.0 copied to clipboard

Json binder for listview, creating a listview with data coming from a rest webservice using few lines of code

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add json_listview

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

dependencies:
  json_listview: ^0.1.0

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:json_listview/json_listview.dart';
1
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Json binder for listview, creating a listview with data coming from a rest webservice using few lines of code

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, networkjson

More

Packages that depend on json_listview