flutter_gen_linter 1.0.0+2 copy "flutter_gen_linter: ^1.0.0+2" to clipboard
flutter_gen_linter: ^1.0.0+2 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+2

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';
0
likes
120
pub points
0%
popularity
screenshot

Publisher

verified publisherbramp.net

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

Repository (GitHub)
View/report issues

Topics

#lints

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