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

Removed the use of static variables in WavyAnimatedTextKit #126

Merged
merged 4 commits into from
Oct 17, 2020
Merged

Removed the use of static variables in WavyAnimatedTextKit #126

merged 4 commits into from
Oct 17, 2020

Conversation

SirusCodes
Copy link
Collaborator

Issue - #125
@awhitford Ig this should solve the issue

@codecov
Copy link

codecov bot commented Oct 16, 2020

Codecov Report

Merging #126 into master will decrease coverage by 0.18%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #126      +/-   ##
==========================================
- Coverage   69.04%   68.86%   -0.19%     
==========================================
  Files           8        8              
  Lines         714      713       -1     
==========================================
- Hits          493      491       -2     
- Misses        221      222       +1     
Impacted Files Coverage Δ
lib/src/wavy.dart 67.52% <0.00%> (-1.13%) ⬇️

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 77152a7...c6c1318. Read the comment docs.

@aagarwal1012 aagarwal1012 linked an issue Oct 16, 2020 that may be closed by this pull request
@aagarwal1012 aagarwal1012 removed a link to an issue Oct 16, 2020
@aagarwal1012 aagarwal1012 linked an issue Oct 16, 2020 that may be closed by this pull request
lib/src/wavy.dart Outdated Show resolved Hide resolved
int txtInMoInd = progress.floor();
double _percent = progress - txtInMoInd;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Sorry I didn't notice this before, but a local variable should not have an underscore prefix -- that's confusing.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Will do this too

- _percent from local variable
@awhitford awhitford merged commit c8a4b8b into aagarwal1012:master Oct 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants