schultek / jaspr

Modern web framework for building websites in Dart. Supports SPAs, SSR and SSG.
https://jasprpad.schultek.de
MIT License
1.07k stars 65 forks source link

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

Open fusion44 opened 9 months ago

fusion44 commented 9 months ago

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

fixes #132

github-actions[bot] commented 9 months ago

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

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

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

:exclamation: 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 ```diff @@ 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 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

schultek commented 6 months ago

@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 commented 6 months ago

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.

mjablecnik commented 2 days ago

@fusion44 Hello, what is state of this PR?

fusion44 commented 2 days ago

Hi,

Unfortunately I can't work on this right now. I have some other commitments I have to complete first. Sorry.