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…

  1. Handling mouse/touch tracking in Flutter
  2. Simple Polygon display in Flutter
  3. 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


Discover more from

Subscribe to get the latest posts sent to your email.

Leave a comment

Trending