response_builder 0.0.6 copy "response_builder: ^0.0.6" to clipboard
response_builder: ^0.0.6 copied to clipboard

Work with asynchronously loaded data with ease. Mixins to enable developer to create widget that builds UI with data from different data source. And request/result listenable as high level obvserable [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add response_builder

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

dependencies:
  response_builder: ^0.0.6

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:response_builder/response_builder.dart';
1
likes
30
points
7
downloads

Publisher

verified publisherpub.timnew.me

Weekly Downloads

Work with asynchronously loaded data with ease. Mixins to enable developer to create widget that builds UI with data from different data source. And request/result listenable as high level obvserable data source.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

async, flutter, rxdart

More

Packages that depend on response_builder