stretchbox 1.0.0 copy "stretchbox: ^1.0.0" to clipboard
stretchbox: ^1.0.0 copied to clipboard

outdated

A powerful Http client for Dart, which supports Interceptors, FormData, Request Cancellation, File Downloading, Timeout etc.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add stretchbox

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

dependencies:
  stretchbox: ^1.0.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:stretchbox/view/custom_stretched_box.dart';
import 'package:stretchbox/model/stretched_box_state.dart';
import 'package:stretchbox/view/column_stretched_box.dart';
import 'package:stretchbox/vm/stretched_box_viewmodel.dart';
1
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A powerful Http client for Dart, which supports Interceptors, FormData, Request Cancellation, File Downloading, Timeout etc.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, provider

More

Packages that depend on stretchbox