-
Notifications
You must be signed in to change notification settings - Fork 37
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
flutter initialize failed #34
Comments
@xiongdi9456 If you run the Flutter example, could you please change: await TimeMachine.initialize({rootBundle: rootBundle}) to: await TimeMachine.initialize({'rootBundle': rootBundle}) and tell me whether that fixes your problem? (The map key is now a string) |
It helped me |
await TimeMachine.initialize(<String, dynamic>{'rootBundle': rootBundle}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I test demo's code in Flutter 1.19.0-2.0 pre.208, i got initialize failed.
I run it in a iOS12.0 simulator, here is the error message:
The text was updated successfully, but these errors were encountered: