Flutter Playground – Part 2: Login screen
How to implement a login screen in Flutter. In this post, we will implement this Login screen for both Android and iOS. We will cover a bit on assets, layouts(Stack, Container, Column), and widgets(Text, TextField, MaterialButton).
Read more