play_services_block_store 0.7.0 copy "play_services_block_store: ^0.7.0" to clipboard
play_services_block_store: ^0.7.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.

0.7.0 #

  • adjustment for chunk logic

0.6.0 #

  • small readme fix.

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
140
points
46
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)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on play_services_block_store