Found 16 repositories(showing 16)
afgprogrammer
Flutter Beautiful Login Page Design and Animation - day 14
Phoenix-Genius
No description available
Ceyhunnnn
LoginPageFlutter3
AmirrezaKhezerlou
3 login page ui design with flutter
Akmalsangi555
login, signUp, and home page with API using provider MVVM, (Flutter sdk 3.17.6)
asmaayahya
No description available
azizibrh
Flutter-Test-Login-Page-3-Orange
CCBJ
M-Laheem-Ayub
No description available
MalakAlKazem
on-boarding project by flutter made up of 3 pages : Welcome Page - Login Page - Register Page
Orbitium
A Flutter project that uses firebase for authentication. 3 pages created: login, register and main page.
LakshmanS27
This is a small project based on Flutter, a simple Registration app with 3 navigable pages Login, Register and Home Screen.
Rohankhan5990
The Maintenance Box app is a Flutter project that features a beautiful user interface consisting of three main pages: a splash screen, a login page, and a registration page. Let's take a closer look at each of these pages: 1.Splash Screen 2. Login page 3. Registration page
iswifters
This is my submission for the women techsters week 3 mini project. It is a login UI page built with the Flutter SDK.
mohamedheshamismail961-ctrl
TravelPro is a modern Flutter UI template for hotel booking and travel apps. It includes pages for tours, hotels, profiles, payments, maps, and login. Built with Flutter 3.10.1, it’s fully customizable, supports Android and iOS, and offers a sleek, user-friendly design ready for integration.
Shintiaheraa
import 'package:flutter/material.dart'; void main() => runApp(MyApp()); class MyApp extends StatefulWidget { @override _MyAppState createState() => _MyAppState(); } class _MyAppState extends State<MyApp> { @override Widget build(BuildContext context) { return MaterialApp( title: 'Flut', home: Scaffold( appBar: AppBar( title: Text("login Page"), ), body: Container( decoration: BoxDecoration( //jumlah stop berbanding lurus dengan jumlah warna gradient: LinearGradient( begin: Alignment.topLeft, end: Alignment.bottomCenter, //jumlah stop berbanding lurus dengan jumlah warna stops: [0.3, 0.6, 0.9], colors: [ Color.fromRGBO(12, 235, 235, 1), Color.fromRGBO(32, 227, 178, 1), Color.fromRGBO(41, 255, 198, 1), ], ), ), //pembatas ), ) ); } }
All 16 repositories loaded