network_to_ui 0.1.4 copy "network_to_ui: ^0.1.4" to clipboard
network_to_ui: ^0.1.4 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 Dart:

 $ dart pub add network_to_ui

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 dart pub get):

dependencies:
  network_to_ui: ^0.1.4

Alternatively, your editor might support dart pub get or 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
0
points
45
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

License

unknown (license)

Dependencies

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

More

Packages that depend on network_to_ui