carapacik_lints 1.0.3
carapacik_lints: ^1.0.3 copied to clipboard
Super lint rules for Flutter project
example/lib/main.dart
void main() {
const String hello = 'Hello';
final word = "World";
print('$hello' + word);
}