top of page

Update #2

In my next progress, I was trying to add functions where user can navigate through this app.

I realize all my widget are under stateless which means unchangeable therefore the layout is fixed.

I had to redo my entire layout into a stateful in order to allow user to navigate through the app

flutter-intro-12-638.jpg

In the progress. I manage to allow interaction with the app. Thanks to Flutter documentation, managed to understand Stateful where SetState() can be used to program it. 

I have added bottom navigation and a history layout as well for the app. The history page gives the user information about the window past status. 

Next update!
WhatsApp Image 2020-02-05 at 3.26.32 PM.
bottom of page