Naveed Hassan
Naveed Hassan
Working like a charm but when auto resolves issue button is clicked the all icons in list are cleared
 Still a minor issue exist for same icons name but diffrent styles like for Stroke and Solid
Same problem facing
The request edit.getAssists failed with the following error: RequestErrorCode.PLUGIN_ERROR A request threw the exception:Bad state: Unable to find the context to /Users/nhcoder/Library/Application Support/JetBrains/IdeaIC2024.1/scratches/scratch.dart #0 AnalysisContextCollectionImpl.contextFor (package:analyzer/src/dart/analysis/analysis_context_collection.dart:151:5) #1 _ClientAnalyzerPlugin.handleEditGetAssists (package:custom_lint_builder/src/client.dart:453:47) #2...
For now use [riverpod_context](https://pub.dev/packages/riverpod_context) this library and use and use riverpod with normal widgets, no need to convert to consumer and hook widgets for now. **Context Extensions** riverpod_context provides four...