async_storage_reader 1.0.0 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.
1.0.0 #
- Updated unit tests to cover platform checks and storage methods
- Improved documentation with added comments for public API members
- Updated README.md with instructions about bundle and application IDs
- General code refactoring and optimizations
0.0.2 #
- Fixed missing documentation for public API members
- Updated pubspec.yaml with a valid description and repository URL
- Updated README.md
0.0.1 #
- Initial release of async_storage_reader
- Support for reading React Native's AsyncStorage data in Flutter apps
- Includes SQLite, SharedPreferences, and iOS AsyncStorage support