bloc_lint 0.1.0 copy "bloc_lint: ^0.1.0" to clipboard
bloc_lint: ^0.1.0 copied to clipboard

Set of lint rules for the Flutter BLoC library.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add bloc_lint
copied to clipboard

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

dependencies:
  bloc_lint: ^0.1.0
copied to clipboard

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

Import it

Now in your Dart code, you can use:

import 'package:bloc_lint/bloc_lint.dart';
copied to clipboard
9
likes
60
points
182
downloads

Publisher

verified publisherbloclibrary.dev

Weekly Downloads

2024.08.26 - 2025.03.10

Set of lint rules for the Flutter BLoC library.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, analyzer_plugin, custom_lint_builder

More

Packages that depend on bloc_lint