cross_local_storage is just a pointless wrapper around Flutter's first-party package [shared_preferences](https://pub.dev/packages/shared_preferences), it's probably better to just use that. the migration seems to be as simple as replacing `LocalStorage` with `SharedPreferences`.
cross_local_storage is just a pointless wrapper around Flutter's first-party package shared_preferences, it's probably better to just use that.
the migration seems to be as simple as replacing
LocalStoragewithSharedPreferences.