zubairehman / flutter_boilerplate_project

A boilerplate project created in flutter using MobX and Provider.
http://zubairehman.surge.sh/
MIT License
2.26k stars 908 forks source link

failed to start application #54

Closed rp01 closed 4 years ago

rp01 commented 4 years ago

Compiler message: ../../Flutter_SDK/.pub-cache/hosted/pub.dartlang.org/flushbar-1.9.1/lib/flushbar_route.dart:273:8: Error: The method 'FlushbarRoute.install' has more required arguments than those of overridden method 'OverlayRoute.install'. void install(OverlayEntry insertionPoint) { ^ ../../Flutter_SDK/packages/flutter/lib/src/widgets/routes.dart:40:8: Context: This is the overridden method ('install'). void install() { ^ ../../Flutter_SDK/.pub-cache/hosted/pub.dartlang.org/flushbar-1.9.1/lib/flushbar_route.dart:281:18: Error: Too many positional arguments: 0 allowed, but 1 found. Try removing the extra positional arguments. super.install(insertionPoint);

rp01 commented 4 years ago

I found that upgrading flushbar to ^1.10.4 fixes it.

flushbar: ^1.10.4
kovacbb commented 4 years ago

I found that upgrading flushbar to ^1.10.4 fixes it.

flushbar: ^1.10.4

thanks