carapacik_lints 1.1.2
carapacik_lints: ^1.1.2 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);
}