diff --git a/flutter_custom_tabs_web/example/analysis_options.yaml b/flutter_custom_tabs_web/example/analysis_options.yaml new file mode 100644 index 0000000..42758d2 --- /dev/null +++ b/flutter_custom_tabs_web/example/analysis_options.yaml @@ -0,0 +1,12 @@ +include: package:flutter_lints/flutter.yaml + +analyzer: + exclude: + # Ignore generated files + - '**/*.g.dart' + - '**/*.mocks.dart' # Mockito @GenerateMocks + +linter: + rules: + depend_on_referenced_packages: false + avoid_web_libraries_in_flutter: false \ No newline at end of file