reacton_lint 0.2.0 copy "reacton_lint: ^0.2.0" to clipboard
reacton_lint: ^0.2.0 copied to clipboard

Custom lint rules for Reacton state management. Detects common mistakes like creating reactons in build(), using context.read() in build(), and patterns that should use computed().

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add reacton_lint

With Flutter:

 $ flutter pub add reacton_lint

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

dependencies:
  reacton_lint: ^0.2.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:reacton_lint/reacton_lint.dart';
0
likes
150
points
8
downloads

Documentation

API reference

Publisher

verified publishersitharaj.in

Weekly Downloads

Custom lint rules for Reacton state management. Detects common mistakes like creating reactons in build(), using context.read() in build(), and patterns that should use computed().

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

analyzer, custom_lint_builder

More

Packages that depend on reacton_lint