DEV Community

Cover image for Create a login Page with Flutter
NDONGO TONUX SAMB
NDONGO TONUX SAMB

Posted on

Create a login Page with Flutter

Create a LoginPage in Flutter is Very simple.
Check the github project.

Widget:

  • Padding
  • Column
  • TextField
  • FlatButton

Repo : https://github.com/tonux/login-page-flutter

Top comments (0)