You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
void initState() {
super.initState();
JSONBridge jsonBridge = JSONBridge()..init(fileName: 'multilingual');
jsonBridge.write({
'name': 'John Doe',
'age': 25,
'address': {
'street': 'Main Street',
'city': 'New York',
'country': 'USA'
}
});
}
But when build with iOS version, I get the error that can't create dir file as the screenshot below
Do you have any idea about it?
The text was updated successfully, but these errors were encountered:
I just do an example as below:
Do you have any idea about it?
The text was updated successfully, but these errors were encountered: