furkantektas / timeline_list

Timeline widget for flutter
MIT License
394 stars 90 forks source link

adding primary property to the ListView widget #6

Closed mjhansen3 closed 4 years ago

mjhansen3 commented 4 years ago

I needed to be able to use the primary property in the Timeline.builder widget, hence I added the property to the ListView widget.

furkantektas commented 4 years ago

Thanks 👍
Look's like CI is failing due to font-droid dependency has been deprecated. I need to update it.

codecov[bot] commented 4 years ago

Codecov Report

Merging #6 into master will increase coverage by 1.37%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #6      +/-   ##
==========================================
+ Coverage   98.16%   99.53%   +1.37%     
==========================================
  Files           4        4              
  Lines         218      216       -2     
==========================================
+ Hits          214      215       +1     
+ Misses          4        1       -3
Impacted Files Coverage Δ
lib/timeline_model.dart 100% <ø> (ø) :arrow_up:
lib/timeline.dart 100% <100%> (ø) :arrow_up:
lib/src/timeline_painter.dart 100% <0%> (+3.4%) :arrow_up:

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 99a11c7...2da7086. Read the comment docs.