Slide 8
Slide 8 text
Enabling riverpod_lint/custom_lint
● Riverpod comes with an optional riverpod_lint package that
provides lint rules to help you write better code, and provide
custom refactoring options.
● The package should already be installed if you followed the
previous steps, but a separate step is necessary to enable it.
To enable riverpod_lint, you need
add an analysis_options.yaml placed
next to your pubspec.yaml and
include the following: