solidart_lint 2.0.3
solidart_lint: ^2.0.3 copied to clipboard
solidart_lint is a developer tool for users of solidart, designed to help stop common issues and simplify repetitive tasks
2.0.3 #
- Update analyzer dependency range to support latest Dart versions (thanks to @romaingyh).
2.0.2 #
- Fix lints not working with latest Dart versions.
2.0.1 #
- Rename
Wrap with Solidassist toWrap with ProviderScope
2.0.0 #
- Replace
Wrap with Solidassist withWrap with ProviderScope(if you usedisco) - Fix
LintCodeissue (thanks to @manuel-plavsic) - Remove the deprecated
invalid_observe_typelint - Remove
Wrap with ResourceBuilderassist - Fix
LintCodeissue (thanks to @manuel-plavsic) - Remove the deprecated
invalid_observe_typelint - Remove
Wrap with ResourceBuilderassist
2.0.0-dev.3 #
- Fix
LintCodeissue (thanks to @manuel-plavsic) - Remove the deprecated
invalid_observe_typelint - Remove
Wrap with ResourceBuilderassist
2.0.0-dev.2 #
- Fix
LintCodeissue (thanks to @manuel-plavsic)
2.0.0-dev.1 #
- Remove the deprecated
invalid_observe_typelint - Remove
Wrap with ResourceBuilderassist
1.1.2 #
- Fix
LintCodeissue (thanks to @manuel-plavsic)
1.1.1 #
- Update dependencies
1.1.0 #
- CHORE: Update
flutter_solidartdependency - CHORE: Remove
avoid_dynamic_solid_signal - REFACTOR: Rename
avoid_dynamic_solid_providerintoavoid_dynamic_provider
1.0.1 #
- Update dependencies
1.0.0 #
- Rename ResourceValue into ResourceState
- BUGFIX Remove
isRefreshingfrom ResourceBuilder assist - CHORE: Update
flutter_solidartdependency, updateavoid_dynamic_solid_signallint and remove unnecessary lints - BUGFIX: Fix issues with the
invalid_observe_typeandinvalid_update_typelints not linting for a dynamic type
1.0.0-dev5 #
- BUGFIX: Fix issues with the
invalid_observe_typeandinvalid_update_typelints not linting for a dynamic type
1.0.0-dev4 #
- CHORE: Update
flutter_solidartdependency, updateavoid_dynamic_solid_signallint and remove unnecessary lints
1.0.0-dev3 #
- BUGFIX Remove
isRefreshingfrom ResourceBuilder assist
1.0.0-dev2 #
Rename ResourceValue into ResourceState
1.0.0-dev1 #
Fix lints for the development preview of solidart 1.0.0
0.2.0 #
- Update
flutter_solidartand fix deprecated fields
0.1.3 #
Add the following lints:
- invalid_update_type
- invalid_observe_type
0.1.2 #
- Fix dynamic solid signal quickfix
0.1.1 #
- Fix dynamic SolidProvider type fix position
0.1.0 #
-
First release of solidart_lint with the following assists:
- Wrap with Solid
- Wrap with SignalBuilder
- Wrap with ResourceBuilder
- Wrap with Show
and lints:
- avoid_dynamic_solid_provider
- avoid_dynamic_solid_signal
- invalid_provider_type
- invalid_signal_type
- missing_solid_get_type