flutter_gen_linter 1.0.0+1 copy "flutter_gen_linter: ^1.0.0+1" to clipboard
flutter_gen_linter: ^1.0.0+1 copied to clipboard

A set of simple linter rules to encourage the use of flutter_gen.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_gen_linter

With Flutter:

 $ flutter pub add flutter_gen_linter

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  flutter_gen_linter: ^1.0.0+1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_gen_linter/flutter_gen_linter.dart';
1
likes
140
points
1
downloads

Publisher

verified publisherbramp.net

Weekly Downloads

A set of simple linter rules to encourage the use of flutter_gen.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

analyzer, analyzer_plugin, custom_lint, custom_lint_builder

More

Packages that depend on flutter_gen_linter