flutter-riverpod-snippets
flutter-riverpod-snippets copied to clipboard
Feature request to the Extension
Hey Robert, I've been using your extension for a very long time and I love it. However I've some cool ideas in my mind regarding this Extension:
-
Code actions (like the ones Provided by the BLOC extension)
-
[ ] Convert to StatefulConsumer, Consumer, HooksConsumer (from stateless and Stateful widgets)
-
[ ] Wrap with ConsumerWidget
These are some small changes that I feel will be good features for upcoming release. And if you allow me I'd like to add these features to the Extension myself.
riverpod_lint This package can solve these issue.
@RobertBrunhage your extension is incredible and very useful 🚀, I greatly agree with @@deepraj02. I came to this Issue looking for the same functionality and I also think it would add a lot of value to your extension. Is there any way to contribute to this?
riverpod_lint isn't stable. I still want this extension will add this feature. Ping @RobertBrunhage
Yeah I feel it is better to include the snippets in the extension rathen then depending on another dependency/package.
The project seems to be in a dead state how about I create a fork and add the requested features (as a seperate extension)
The project seems to be in a dead state how about I create a fork and add the requested features (as a seperate extension)
Cool. Can i use it right now?
Guess I will fork it and make contributions as needed. I think @RobertBrunhage might be busy on maintaining this. I will try to release a new version soon.
@pythonhubdev I'm also working on the same, can we collaborate?
Yes we can @deepraj02. Let me know if you need help or review will do it.
It's an excellent idea, It will make life easy.
Where can i see your process?
I wrote an extension here: https://marketplace.visualstudio.com/items?itemName=QuangTrung.riverpod-widget-refactor
Hi, since it already supported by Official riverpod_lint, then if you guys plan to add to this plugin please make sure have option to disable it. I do not want my context menu have duplicate item, thank you so much!