Skip to content
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

[draft] Initial version of the Dart Analyzer plugin [#132] #133

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

fusion44
Copy link

@fusion44 fusion44 commented Nov 1, 2023

Description

As outlined in #132 I want to editing experience for Jaspr to be similar to what Flutter provides. This PR implements the initial version.

Type of Change

  • ✨ New feature or improvement
  • 📝 Documentation

fixes #132

Copy link

github-actions bot commented Nov 1, 2023

Package Version Report

The following packages have been updated:
jaspr : 0.10.0 -> 0.11.0
jaspr_builder : 0.10.0 -> 0.11.0
jaspr_cli : 0.10.0 -> 0.11.0
jaspr_flutter_embed : 0.2.0 -> 0.2.1
jaspr_riverpod : 0.3.9 -> 0.3.10
jaspr_router : 0.3.1 -> 0.3.2
jaspr_test : 0.10.0 -> 0.11.0

Copy link

codecov bot commented Nov 6, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 66.34%. Comparing base (83c7973) to head (fd7b06c).
Report is 2 commits behind head on main.

❗ Current head fd7b06c differs from pull request most recent head 39ce72b. Consider uploading reports for the commit 39ce72b to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #133      +/-   ##
==========================================
+ Coverage   61.43%   66.34%   +4.90%     
==========================================
  Files         100       96       -4     
  Lines        4180     3824     -356     
==========================================
- Hits         2568     2537      -31     
+ Misses       1612     1287     -325     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@schultek
Copy link
Owner

@fusion44 How is it going? I'd really love to have this in the framework, this would greatly improve the developer experience. I'm happy to co-work on this, just want to know the current status.

@fusion44
Copy link
Author

I've got a lot of stuff to do, so I can't devote much time to it. But things should slow down a bit in the next few weeks. I intend to continue working on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: Jaspr Dart Analyzer Plugin
2 participants