-
Notifications
You must be signed in to change notification settings - Fork 32
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(neon_rich_text): Init #2682
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2682 +/- ##
==========================================
+ Coverage 28.85% 28.89% +0.03%
==========================================
Files 372 373 +1
Lines 136624 136622 -2
==========================================
+ Hits 39424 39475 +51
+ Misses 97200 97147 -53
*This pull request uses carry forward flags. Click here to find out more.
|
beb47f5
to
1338a06
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was a needed cleanup. Thanks a lot.
I just have some structuring questions.
packages/neon_framework/packages/neon_rich_text/lib/neon_rich_text.dart
Outdated
Show resolved
Hide resolved
1338a06
to
cdd12ad
Compare
Signed-off-by: provokateurin <kate@provokateurin.de>
Signed-off-by: provokateurin <kate@provokateurin.de>
…neon_rich_text Signed-off-by: provokateurin <kate@provokateurin.de>
…n rendering Signed-off-by: provokateurin <kate@provokateurin.de>
Signed-off-by: provokateurin <kate@provokateurin.de>
cdd12ad
to
0a3aa4c
Compare
Prerequisite for #2647.
Just moved everything to it's own package and refactored the code and tests a bit to be easier to work with.