GIfatahTH / animator

A Flutter library that makes animation easer. It allows for separation of animation setup from the User Interface.
BSD 3-Clause "New" or "Revised" License
227 stars 28 forks source link

update to null safety #53

Closed GIfatahTH closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #53 (213c3e5) into master (8533164) will decrease coverage by 1.07%. The diff coverage is 96.80%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #53      +/-   ##
==========================================
- Coverage   98.98%   97.91%   -1.08%     
==========================================
  Files           4        5       +1     
  Lines         198      240      +42     
==========================================
+ Hits          196      235      +39     
- Misses          2        5       +3     
Impacted Files Coverage Δ
lib/src/animator_key.dart 89.65% <85.71%> (-6.78%) :arrow_down:
lib/src/animator_rebuilder.dart 92.85% <90.90%> (-7.15%) :arrow_down:
lib/src/animator.dart 98.14% <97.14%> (-0.07%) :arrow_down:
lib/src/animator_state.dart 100.00% <100.00%> (ø)
lib/src/state_builder.dart 100.00% <100.00%> (ø)

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 8533164...72f9a11. Read the comment docs.