riverpod_lint 2.6.5 copy "riverpod_lint: ^2.6.5" to clipboard
riverpod_lint: ^2.6.5 copied to clipboard

Riverpod_lint is a developer tool for users of Riverpod, designed to help stop common issues and simplify repetitive tasks.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add riverpod_lint
copied to clipboard

With Flutter:

 $ flutter pub add riverpod_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:
  riverpod_lint: ^2.6.5
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:riverpod_lint/riverpod_lint.dart';
copied to clipboard
283
likes
140
points
398k
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.16 - 2025.03.31

Riverpod_lint is a developer tool for users of Riverpod, designed to help stop common issues and simplify repetitive tasks.

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

analyzer, analyzer_plugin, collection, custom_lint_builder, meta, path, riverpod, riverpod_analyzer_utils, source_span, yaml

More

Packages that depend on riverpod_lint