quasiflo_lints 0.1.1 copy "quasiflo_lints: ^0.1.1" to clipboard
quasiflo_lints: ^0.1.1 copied to clipboard

The very pedantic linting standard used by Quasiflo

example/main.dart

// To use Quasiflo lints, add this package as a dev dependency and include it in your analysis_options.yaml:
// include: package:quasiflo_lints/lints.yaml
import 'dart:io';

/// Returns a greeting for the given [name].
String greet(String name) => 'Hello, $name!';

/// Entry point for the example.
void main() => stdout.writeln(greet('world'));
1
likes
160
points
47
downloads

Documentation

API reference

Publisher

verified publisherquasiflo.com

Weekly Downloads

The very pedantic linting standard used by Quasiflo

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

More

Packages that depend on quasiflo_lints