class_match_file_name 0.2.2
class_match_file_name: ^0.2.2 copied to clipboard
A linter to ensure that class name matches file name. For example if file name is `my_class.dart` then class name should be `MyClass`. Created by Ukrainian
0.2.2 #
- Remove logs
0.2.1 #
- Fixed error in logs
- Removed prints from code
0.2.0 #
- Updated code and packages
0.1.4 #
- Fixed LintCode issue
0.1.3 #
- Removed Quick fix until it is fixed
0.1.2 #
- Fixed first class check
0.1.1 #
- Added check for the first class in file (the linter should only apply to the first class)
0.1.0 #
- Linter is working
- Quick fix is in progress
0.0.1 #
- Initial release without anything just to check publishing