AngeloAvv / flutter_flavorizr

A flutter utility to easily create flavors in your flutter application
https://pub.dev/packages/flutter_flavorizr
MIT License
468 stars 85 forks source link

Add ignore linter rules to autogenerated files #251

Closed YukiAttano closed 7 months ago

YukiAttano commented 7 months ago

Please add "ignore_for_file" statements to all autogenerated files that will always be overridden like the main_flavor.dart and flavors.dart.

For example: "always_use_package_imports" "prefer_relative_imports"

There are likely more that are of use.

AngeloAvv commented 7 months ago

Questions and bugs

If you need help with the use of the library or you just want to request new features, please use the Discussions section of the repository. Issues opened as questions will be automatically closed.