-
-
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.
-
Showing a flushbar automatically dismisses the keyboard.
Is there a way to keep the keyboard open while showing the flushbar?
-
I used `Flushbar` in web app. It looks like working but... when `Flushbar` is displayed it changes Internet browser address to something like this `http://localhost/#/flushbarRoute` and does not remov…
-
Is it possible to use flushbar to replace the snackbar?
https://pub.dev/packages/flushbar
-
**Describe the bug**
I just invoke the following code snippet in a onPressed callback of button.
```dart
var flushbar = Flushbar(
…
-
Minimal reproducable example:
Widget with flushbar:
```
import 'package:another_flushbar/flushbar.dart';
import 'package:flutter/material.dart';
class FlushbarExample extends StatelessWidge…
-
Flushbar is crashing on Flutter 2.10.+
Here is the log:
`Failed assertion: line 5021 pos 12: 'entry.currentState == _RouteLifecycle.popping ||
(entry.hasPage && entry.currentState.in…
-
**Problem:** Despite blockBackgroundInteraction is set to false, the area bellow the flushbar is blocked (area above is usable).
There is no difference, if the spacing to the bottom is defined via a…
-
Hi Andre,
Thanks for your awesome plug-in, I am concerned about two tiny problems:
1. I am trying to make the main button to dismiss flushbar. I found a way to achieve that, but the code structu…