play_services_block_store 0.3.0
play_services_block_store: ^0.3.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.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