Closed Tobi696 closed 3 years ago
which version are you using ?
@cmdrootaccess Flutter stable v2.0.4
i mean of this library ? the latest is another_flushbar: ^1.10.17 also that seems to be an issue with your project setup. try this https://stackoverflow.com/questions/62348554/plugin-project-location-web-not-found-please-update-settings-gradle-how-do-i
I just upgraded from version 1.10.12 to 1.10.17, now I get another error message but it isn't related to your package anymore. Thanks for your help!
I have a dependency
another_flushbar
leading to following entry in the generated_plugin_registrant.dart file:The linter shows the error
Undefined name 'AnotherFlushbarPlugin'. Try correcting the name to one that is defined, or defining the name.
which is absolutely correct because the class referenced doesn't exist in the imported file.When I try to build, I get following errors:
How can I fix this issue?