3D-Printer Hobbyist

November 3, 2020

During my second year of my studies I had chosen to learn Flutter & Dart, using a Udemy course to learn the general concept and the documentations to deepen my knowlegde. Eventually I decided to make my own app. Because I was starting with 3D printing and was immersing myself in all the necessities, I decided to base my app on 3D printing.

To realise this app I used cloud firestore, from Firebase, to host an online database which I connected to my app as the back-end. I started with some quick sketches and eventually started building. One of the more interesting challenges was passing all the data using providers and listeners to limit the amout of passing data manually.