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

outdated

A Flutter package support share data between multiple application via content provider.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add shared_preferences_content_provider

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

dependencies:
  shared_preferences_content_provider: ^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:shared_preferences_content_provider/shared_preferences_content_provider.dart';
3
likes
0
points
143
downloads

Publisher

verified publishermag1c.dev

Weekly Downloads

A Flutter package support share data between multiple application via content provider.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on shared_preferences_content_provider