This is as simple as it gets (well almost!). A simple login form in Flutter, the UI only. We have initial focus, we have two controllers for our fields, and one of them is password so that you can’t see the actual input and then we have a button. Ready to be used! Then we …
Category Archives: Flutter
Flutter toJson and fromJson when you have an array
I couldn’t quite figure it out how to get it working when you have an object which has an array of objects in json format. This is what I ended up with. totalItems is a property in the FullWordList class, and this class contains a List of Items, which we declared further down. Both got …
Continue reading “Flutter toJson and fromJson when you have an array”