I’ve set up a github repo with some Flutter examples (here). Planning to keep adding to these as I do spare time learning.
Three examples up there…
- Handling mouse/touch tracking in Flutter
- Simple Polygon display in Flutter
- Point plotting and triangulation in Flutter
That last one is a project I did because I couldn’t figure out something I needed for work. I built a Flutter project from the ground up to allow me to understand the algorithm completely and to improve my Flutter skills. Hopefully it’ll be handy to someone as it allows you to experiment with the ear triangulation code
