Skip to content

Open links in view mode#285

Open
yulava wants to merge 16 commits intomemspace:masterfrom
yulava:master
Open

Open links in view mode#285
yulava wants to merge 16 commits intomemspace:masterfrom
yulava:master

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

Comments