MVP Journey - André Baltazar

Building an MVP every week

📝 Daily Log – Progress with Flutter

I finally made some progress! Here it is:

Moving an item between two lists in Flutter.

Since the purpose of the app is having the two lists and being able to organize them, it is quite important to be able to move items between two different lists. It is something that Flutter does not have as a default Widget, so I had to implement it. It is still a bit buggy, and doesn't fully work yet. It's not possible to drop the items yet, and no lists change when the item drops. I think that is a simple part once all the other parts are done. The measuring of the items is not done yet, so basically it is only placing the item based on a hardcoded height, and it is also missing auto scrolling in case the list is bigger than the view. That is for tomorrow.

I'm quite happy that I made some progress on something. Tomorrow I will try to keep this up, even though I also want to continue working on compiler stuff. My mind is kinda crazy, when I don't have any external force acting to focus me on something, like a deadline, it is very easy to go onto the next thing.