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

PlatformAndroid

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.5

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
150
points
146
downloads

Publisher

verified publishermag1c.dev

Weekly Downloads

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on shared_preferences_content_provider