essential_lints_annotations 0.1.1+2 copy "essential_lints_annotations: ^0.1.1+2" to clipboard
essential_lints_annotations: ^0.1.1+2 copied to clipboard

Annotations for essential_lints package, that help maintaining code quality.

example/lib/example.dart

import 'package:essential_lints_annotations/essential_lints_annotations.dart'
    as ela;

/// Example of subtype naming convention.
///
/// To clone this example, run:
///
/// ```sh
/// dart pub global activate essential_lints_annotations
/// dart pub global run essential_lints_annotations:get_example
/// ```
@ela.SubtypeNaming(prefix: 'Foo')
mixin class Foo {}

class BarFoo extends Foo {}

class Baz extends Foo {}

class Qux implements Foo {}

class Other with Foo {}
0
likes
130
points
265
downloads

Publisher

unverified uploader

Weekly Downloads

Annotations for essential_lints package, that help maintaining code quality.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

args, meta

More

Packages that depend on essential_lints_annotations