On my Flutter app, I've got this problem with lint rule : depend_on_referenced_packages
This file is generated here
Do you have any idea how to solve this without passing by ignore 'depend_on_referenced_packages' ?
in my pubspec.yaml, I only have this :
Thanks a lot
Just add the package explicitly.
flutter pub add flutter_gen
flutter pub get
For more info, see https://dart-lang.github.io/linter/lints/depend_on_referenced_packages.html
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With