I searched high and low for this question already in forum but was unable to find - my apologies if it has!
Can flutterflow create shapes based on data from firebase? The idea is to create a calendar design based on data in a database where a block of time (say 3hrs) would be bigger than a smaller block of time (1hr). And if that data was updated the blocks would change accordingly (3hrs was changed to 2.5 hrs). The change wouldn't be controlled in the UI by the user, as it can be in google cal), so no interaction design is needed. Attaching pic of google cal just for ref.
There's math here I'm obv leaving out - figuring out ratio of space the shape uses etc. My question isn't so much about the math as it is the idea of pulling the numbers from database to draw the shape. Hope that's clear!
Is it possible? Ideas how I might try to tackle? Any thoughts are very much appreciated!