This Flutter tutorial will teach you how to do the Login Screen.due to current techoligal demend we also created an app you friendly.The app is developed steps ahead of the existing world. While app development will be very useful for the future as well. Main.dart import 'package:flutter/material.dart'; import 'package:myapp/view/splash_screen/auth/login_screen.dart'; void main() { runApp(MyApp()); } class MyApp extends StatelessWidget { // …