-
-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Jaspr Dart Analyzer Plugin #132
Comments
Very cool idea, I'd love to see this coming together. Let me know if I can assist in any way. |
If you have ideas for lints or assists you can post them here and I try to implement them. Although, this might take a bit of time to do all of this. |
Lets collect some lints / code assists that should be included in the first version: Assists:
Lints:
I welcome everyone to propose others that you feel are important to have. |
Things I'd like to have in addition to this:
Lints:
|
What do you mean with sync notifier component? |
Just checked the docs. I was talking about |
I want to be able to wrap components via my IDE similar to what the Flutter tooling has to offer. This issue exists to track my progress implementing this and maybe avoid duplicating work on this.
Features:
[x] Remove components from the tree*
[x] Wrap components with another component
[ ] ...
* right now the code generator removes commas where there have been some. Need to find a fix for this.
I'm using the Dart Custom Lint plugin.
Preview:
https://github.com/schultek/jaspr/assets/503952/d8fd12d3-9196-4fa2-89ae-0e408831d480
The text was updated successfully, but these errors were encountered: