Fun canvas animations in Flutter based on time and math functions
funvas
Flutter package that allows creating canvas animations based on time and math (mostly trigonometric) functions.
The name "funvas" is based on Flutter + fun + canvas. Let me know if you have any better ideas :)
Repo structure
This repo currently contains the following packages:
funvas
, which is the actualfunvas
Flutter package that is also hosted on Pub. Bothfunvas_tweets
andfunvas_demo
(+ theexample
package inside offunvas
) depend on this package. It contains the basic widget for displaying funvas animations.funvas_tweets
is a collection of funvas animations I created and shared on Twitter. The package also contains the code I use to export my animations to GIF.funvas_demo
is a Flutter web app showcasing some funvas animations that can be reached at funvas.creativemaybeno.dev. It consists of a selection of funvas animations from thefunvas_tweets
package. Not all animations are included because some of them might not perform well enough in a live demo :)