flutter_compositions_lints library
Custom lint rules for Flutter Compositions.
This package provides lint rules to enforce best practices when using Flutter Compositions, including:
- Ensuring reactive props usage through
widget() - Preventing async setup functions
- Managing controller lifecycle properly
- Avoiding mutable fields on widget classes
Functions
-
createPlugin(
) → PluginBase - Entry point for the custom lint plugin.