remote_data_provider 2.4.3 copy "remote_data_provider: ^2.4.3" to clipboard
remote_data_provider: ^2.4.3 copied to clipboard

Help implementing providers easier with predefined abstract classes, special is for working with remote data.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add remote_data_provider

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

dependencies:
  remote_data_provider: ^2.4.3

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:remote_data_provider/basic_data_provider.dart';
import 'package:remote_data_provider/data_list_provider.dart';
import 'package:remote_data_provider/remote_list.dart';
10
likes
120
pub points
4%
popularity

Publisher

verified publisherbesoft.vn

Help implementing providers easier with predefined abstract classes, special is for working with remote data.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on remote_data_provider