avoid_non_null_assertion_operator 1.4.0
avoid_non_null_assertion_operator: ^1.4.0 copied to clipboard
A custom lint package to forbid the non-null assertion operator (!).
1.4.0 #
- Rewrite algorithm for ternary operator
1.3.0 #
- Rewrite algorithm for more advanced validations
1.2.0 #
- Update versions of packages
1.1.0 #
- Update versions of packages
1.0.0 #
- Initial release
- Implements custom lint rule to detect non-null assertion operator (!)
- Provides clear error messages with suggestions for safer alternatives
- Includes example implementation and documentation