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

Custom launch url function #108

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

xxdocobxx
Copy link

  • Added the parameter onLaunchUrl to ZefyrEditor and ZefyrView.
  • Implemented launchUrl on ZefyrView.

- Added the parameter horizontalRuleColor to ZefyrThemeData.
- Added the parameter backgroundColor to quote and code BlockTheme
- Added the parameter onLaunchUrl to ZefyrEditor and ZefyrView.
- Impletemented launchUrl on ZefyrView.
@codecov
Copy link

codecov bot commented May 14, 2019

Codecov Report

Merging #108 into master will increase coverage by 1.11%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #108      +/-   ##
==========================================
+ Coverage   92.11%   93.22%   +1.11%     
==========================================
  Files          12       12              
  Lines        1090     1077      -13     
==========================================
  Hits         1004     1004              
+ Misses         86       73      -13
Impacted Files Coverage Δ
packages/notus/lib/src/convert/markdown.dart 99.13% <0%> (+1.69%) ⬆️
packages/notus/lib/src/document/node.dart 96.11% <0%> (+1.83%) ⬆️
packages/notus/lib/src/document.dart 97.97% <0%> (+2.88%) ⬆️
packages/notus/lib/src/document/attributes.dart 88.31% <0%> (+3.31%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 86c4dd0...039bb3d. Read the comment docs.

children = widget.node.children
.map((node) => _segmentToTextSpanView(node, theme))
.toList(growable: true);
children.add(TextSpan(text: ' ', style: TextStyle(fontSize: 1.0)));
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a small space at the end of each line in view mode to prevent the tail empty part from being tappable.

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.

None yet

1 participant