bloc_lint 0.2.0-dev.0 copy "bloc_lint: ^0.2.0-dev.0" to clipboard
bloc_lint: ^0.2.0-dev.0 copied to clipboard

Official lint rules for development when using the bloc state management library.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add bloc_lint

With Flutter:

 $ flutter pub add bloc_lint

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

dependencies:
  bloc_lint: ^0.2.0-dev.0

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:bloc_lint/bloc_lint.dart';
9
likes
160
points
369
downloads
screenshot

Publisher

verified publisherbloclibrary.dev

Weekly Downloads

Official lint rules for development when using the bloc state management library.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#bloc #state-management #lint

Documentation

Documentation
API reference

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

_fe_analyzer_shared, checked_yaml, collection, glob, json_annotation, path, pubspec_lock_parse

More

Packages that depend on bloc_lint