disco_lint 1.0.0
disco_lint: ^1.0.0 copied to clipboard
disco_lint is a developer tool for users of disco, designed to help stop common issues and simplify repetitive tasks
This package is a developer tool for users of disco, designed to help stop common issues and simplify repetitive tasks.
It is highly recommended to use this lint package in combination with disco.
Getting started #
Be sure to have the Dart SDK version >= 3.10.0 and the Flutter SDK >= 3.38.0.
Then edit your analysis_options.yaml file and add these lines of code:
plugins:
disco_lint: ^1.0.0
ASSISTS #
Wrap with ProviderScope #
