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
copied to clipboard

With Flutter:

 $ flutter pub add flutter_gen_linter
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
1
likes
140
points
1
downloads

Publisher

verified publisherbramp.net

Weekly Downloads

2024.07.08 - 2025.01.20

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