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 actualfunvasFlutter package that is also hosted on Pub. Bothfunvas_tweetsandfunvas_demo(+ theexamplepackage inside offunvas) depend on this package. It contains the basic widget for displaying funvas animations.funvas_tweetsis 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_demois 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_tweetspackage. Not all animations are included because some of them might not perform well enough in a live demo :)