reacton_lint 0.2.0
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_lintWith Flutter:
$ flutter pub add reacton_lintThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
reacton_lint: ^0.2.0Alternatively, 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';