'package:flushbar/flushbar_route.dart':断言失败:第 308 行 pos 18:'overlayEntries.isEmpty':不是 true

ben*_*ten 1 flutter

我正在使用这个库..但是我收到了这个错误

  Flushbar(
    title: 'Warning',
    message: "You have no Internet",
    icon: Icon(
      Icons.error_outline,
      size: 28,
      color: Colors.red,
    ),
    leftBarIndicatorColor: Colors.blue.shade300,
    duration: Duration(seconds: 3),
  )..show(context);
Run Code Online (Sandbox Code Playgroud)

ben*_*ten 8

使用相同代码使用此库后解决了我的问题

https://pub.dev/packages/another_flushbar

导入'包:another_flushbar/flushbar.dart';