network_to_ui 0.1.6 copy "network_to_ui: ^0.1.6" to clipboard
network_to_ui: ^0.1.6 copied to clipboard

A Flutter package for simplified network requests and UI integration with Dio and BLoC.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add network_to_ui

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

dependencies:
  network_to_ui: ^0.1.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:network_to_ui/network_to_ui.dart';
7
likes
150
points
53
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for simplified network requests and UI integration with Dio and BLoC.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

dio, flutter, fluttertoast, get_it, pretty_dio_logger, pull_to_refresh_flutter3, rxdart, shared_preferences

More

Packages that depend on network_to_ui