request_state 0.0.1+1 copy "request_state: ^0.0.1+1" to clipboard
request_state: ^0.0.1+1 copied to clipboard

outdated

An alternative to flutter's built-in State class made specifically to deal with async http requests.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add request_state

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

dependencies:
  request_state: ^0.0.1+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:request_state/request_state.dart';
0
likes
40
pub points
0%
popularity

Publisher

unverified uploader

An alternative to flutter's built-in State class made specifically to deal with async http requests.

Homepage
Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

dio, flutter

More

Packages that depend on request_state