'package:flushbar/flushbar_route.dart': 失败的断言: line 308 pos 18: 'overlayEntries.isEmpty': 不是真的

时间:2021-03-24 08:13:49

标签: 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);

1 个答案:

答案 0 :(得分:1)

用相同的代码使用这个库解决我的问题

https://pub.dev/packages/another_flushbar

import 'package:another_flushbar/flushbar.dart';