yak_tween 0.1.0+0 copy "yak_tween: ^0.1.0+0" to clipboard
yak_tween: ^0.1.0+0 copied to clipboard

outdated

A new Flutter package project.

codecov badge style badge melos badge license badge sponsor badge twitter badge

yak_tween #

A replica of flutter Tween class with 2 differences:

  • allows const constructor
  • accepts and returns only non nullable values

Get Started #

add to your pubspec.yaml

dependencies: 
  yak_tween: <latest version>