play_services_block_store 0.8.0 copy "play_services_block_store: ^0.8.0" to clipboard
play_services_block_store: ^0.8.0 copied to clipboard

PlatformAndroid

The Block Store API allows your app to store data that it can later retrieve to re-authenticate users on a new device.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add play_services_block_store

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

dependencies:
  play_services_block_store: ^0.8.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:play_services_block_store/play_services_block_store.dart';
0
likes
150
points
2
downloads

Publisher

verified publisherc-wolf.dev

Weekly Downloads

The Block Store API allows your app to store data that it can later retrieve to re-authenticate users on a new device.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on play_services_block_store

Packages that implement play_services_block_store