koukibadr / Cherry-Toast

https://pub.dev/packages/cherry_toast
MIT License
21 stars 14 forks source link

Fix overlay not getting from navigator context #63

Closed hemantbeast closed 4 months ago

hemantbeast commented 7 months ago

Overlay.maybeOf(context) throws null when using the navigator context from main app. To fix this issue we get the context from Navigator's overlay if the previous code reports null.

koukibadr commented 6 months ago

@hemantbeast you need to resolve conflict before merging all the changes

hemantbeast commented 4 months ago

@koukibadr updated.