Replies: 1 comment
-
Hi @sizoune, As per the docs for https://pub.dev/packages/one_context, it looks like you'll need to add Navigate to builder: (context, Locale locale, _) => MaterialApp(
builder: OneContext().builder,
navigatorKey: OneContext().key,
... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hi im trying to initialize OneContext into my project, this is how i initialize it
im using OneContext to show some dialog in this code
and i call that dialog in my page which have this function
the loading dialog is run successfully, but i got error when trying to pop the dialog, the error said
Beta Was this translation helpful? Give feedback.
All reactions