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

Open links in view mode #285

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

Open links in view mode #285

wants to merge 16 commits into from

Conversation

yulava
Copy link

@yulava yulava commented Apr 30, 2020

Example of Use:

class CustomAttrDelegate implements ZefyrAttrDelegate {
CustomAttrDelegate();

@OverRide
void onLinkTap(String url) {
await launch(url);
}
}

ZefyrView(document: NodusDocument ,attrDelegate: CustomAttrDelegate());

@codecov
Copy link

codecov bot commented Apr 30, 2020

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #285      +/-   ##
==========================================
+ Coverage   91.89%   91.99%   +0.09%     
==========================================
  Files          11       11              
  Lines        1074     1074              
==========================================
+ Hits          987      988       +1     
+ Misses         87       86       -1     
Impacted Files Coverage Δ
packages/notus/lib/src/document/attributes.dart 81.87% <0.00%> (+0.12%) ⬆️
packages/notus/lib/src/document/leaf.dart 94.73% <0.00%> (+0.98%) ⬆️

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 0d69499...df32196. Read the comment docs.

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.

2 participants