cmdrootaccess / another-flushbar

A flexible widget for user notification. Customize your text, button, duration, animations and much more. For Android devs, it is made to replace Snackbars and Toasts.
https://pub.dev/packages/another_flushbar
MIT License
145 stars 88 forks source link

Can't change rootNavigator to true in the show() #127

Open d-ukhanov opened 4 months ago

d-ukhanov commented 4 months ago

Is there some reason why the show method only uses rootNavigator: false? (another_flushbar-1.12.30/lib/flushbar.dart:233)

Suggestion: pass rootNavigator as an argument.

d-ukhanov commented 1 month ago

Wait PR #117