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

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

0.5.0 #

  • saveString/saveByte methods now return false if play services not available.

0.4.0 #

  • Data is now automatically split into chunks when reaching the 4000 byte limit per value

0.3.0 #

  • Saved byte data as bytes and not as base64encoded to be more space efficient
  • Removed retrieveAll since don't know if it is string data or byte data

0.2.0 #

  • Made PlayServicesBlockStore methods static for easier access

0.0.1 #

  • Added all functions of play services block store and created example
0
likes
0
points
7
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

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on play_services_block_store

Packages that implement play_services_block_store