async_storage_reader 1.0.0 copy "async_storage_reader: ^1.0.0" to clipboard
async_storage_reader: ^1.0.0 copied to clipboard

Flutter package to read AsyncStorage data from React Native apps, aiding migration to Flutter without data loss.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add async_storage_reader

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

dependencies:
  async_storage_reader: ^1.0.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:async_storage_reader/async_storage_reader.dart';
33
likes
150
points
107
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter package to read AsyncStorage data from React Native apps, aiding migration to Flutter without data loss.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, package_info_plus, path_provider, sqflite

More

Packages that depend on async_storage_reader