lint wrong: Avoid using private types in public APIs.
mumenma opened this issue · 1 comments
mumenma commented
Describe the issue
flutter_lints: 2.0.1
Avoid using private types in public APIs.
https://dart-lang.github.io/linter/lints/library_private_types_in_public_api.html
Environment details
Flutter 3.0.1 • channel stable • https://github.com/flutter/flutter.git
Framework • revision fb57da5f94 (2 weeks ago) • 2022-05-19 15:50:29 -0700
Engine • revision caaafc5604
Tools • Dart 2.17.1 • DevTools 2.12.2
To Reproduce
Steps to reproduce the behaviour:
- flutter pub run index_generator
- flutter pub run build_runner build --delete-conflicting-outputs
Expected behaviour
lint success
cedvdb commented
Agreed the files should probably ignore the lint .