Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App crashes on iOS when trying read the first time. #12

Open
BadPistol97 opened this issue Dec 1, 2022 · 1 comment
Open

App crashes on iOS when trying read the first time. #12

BadPistol97 opened this issue Dec 1, 2022 · 1 comment

Comments

@BadPistol97
Copy link

Flutter version 3.3.9

import 'package:json_store/json_store.dart';

JsonStore jsonStore = JsonStore();

Map<String, dynamic>? json = await jsonStore.getItem('counter');

Trying to read for the first time on the app crashes it with the snippet above. Without error, disconnected directly from Android Studio.

Is this package available for iOS?

@fstof
Copy link
Owner

fstof commented Feb 9, 2023

Oh my goodness @BadPistol97 Seems like I completely missed this issue (must have been because of my holiday 😁 )

To answer your question. Yes this package is available for ios

I just released an update (2.0.1) with updated dependencies, I'm not sure if you want to give it a try.

Again... Apologies for the delay in response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants