flutter_ui_helper_dev 0.0.1 copy "flutter_ui_helper_dev: ^0.0.1" to clipboard
flutter_ui_helper_dev: ^0.0.1 copied to clipboard

The response_wrapper package offers a convenient way to handle HTTP requests and responses in Flutter applications. It includes a DioService class that encapsulates common HTTP methods such as GET, PO [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_ui_helper_dev

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

dependencies:
  flutter_ui_helper_dev: ^0.0.1

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:flutter_ui_helper_dev/flutter_ui_helper_dev.dart';
2
likes
130
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

The response_wrapper package offers a convenient way to handle HTTP requests and responses in Flutter applications. It includes a DioService class that encapsulates common HTTP methods such as GET, POST, PUT, and DELETE. The package simplifies the process of making API calls and handling responses, providing a clean and organized approach. It presents a simple UI with a centered text field to display the API response.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface

More

Packages that depend on flutter_ui_helper_dev