fixed_ticker 0.2.0 copy "fixed_ticker: ^0.2.0" to clipboard
fixed_ticker: ^0.2.0 copied to clipboard

A drop-in Ticker replacement that uses Timer.periodic to gate frame callbacks at a fixed interval.

0.2.0 #

  • FEAT: synchronize equal and harmonic fixed ticker rates through a shared scheduler by default, with per-ticker and provider opt-out controls.

    Tickers with equal intervals request frames together, and intervals that are exact multiples (such as 30 fps and 15 fps) align on shared scheduler boundaries. Opt out per ticker or provider by overriding shareTicks.

0.1.0 #

  • FEAT: initial release of FixedTicker, fixed ticker provider mixins, TickerRateScope, and fixed ticker testing utilities.
1
likes
140
points
56.2k
downloads

Documentation

API reference

Publisher

verified publisherwhynotmake.it

Weekly Downloads

A drop-in Ticker replacement that uses Timer.periodic to gate frame callbacks at a fixed interval.

Homepage
Repository (GitHub)
View/report issues

Topics

#animation #ticker #performance #timer

License

MIT (license)

Dependencies

flutter, flutter_test, meta

More

Packages that depend on fixed_ticker