Emanuel Braz

Results 19 comments of Emanuel Braz

Hi @titanseason, actually it not accept ThemeMode.system Need to implement that, I gonna try to implement that today

Hi @anhkhoi159 can you provide some minimal reproducible code? Instead `OneContext().popDialogs()`, use `OneContext().popDialog()` https://user-images.githubusercontent.com/3827308/178866950-c569d57f-7ece-41f5-a9dc-f925487e719a.mov

@anhkhoi159 I gonna check this out, but if you want to lock the screen while something is loading, it might make more sense to use overlays ```dart // Show a...

@anhkhoi159 have you ever tried without WillPopScope? you can use the `barrierDismissible: false` to avoid close dialogs when outside touch

> > @anhkhoi159 have you ever tried without WillPopScope? > > you can use the `barrierDismissible: false` to avoid close dialogs when outside touch > > @emanuel-braz without WillPopScope has...

Hello I tried to reproduce this behavior, without success :( Can you provide a reproducible code?

Hi @prakash6491, I've never seen this behavior before, may you set a breakpoint on `OneContext().push` command and check if it been called multiple times?

additionally, could you check if the BuildContext exists when you run the command? `print(OneContext.hasContext);`

This package is not compatible with GoRouter. I will update it to be able to use GoRouter. In order to keep compatibility, I will create a different register way to...

same here