jogboms / flutter_spinkit

✨ A collection of loading indicators animated with flutter. Heavily Inspired by http://tobiasahlin.com/spinkit.
MIT License
2.99k stars 305 forks source link

feature: added more options #83

Closed vanshg395 closed 3 years ago

vanshg395 commented 3 years ago

Added 2 more spinner options namely:

1) SpinKitDancingSquare 2) SpinKitPianoWave

codecov-commenter commented 3 years ago

Codecov Report

Merging #83 (e1ec537) into master (1e5a479) will increase coverage by 0.86%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #83      +/-   ##
==========================================
+ Coverage   91.85%   92.71%   +0.86%     
==========================================
  Files          26       28       +2     
  Lines        1043     1167     +124     
==========================================
+ Hits          958     1082     +124     
  Misses         85       85              
Impacted Files Coverage Δ
lib/src/dancing_square.dart 100.00% <100.00%> (ø)
lib/src/piano_wave.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 1e5a479...e1ec537. Read the comment docs.