-
Download Flutter SDK:
- Go to the Flutter website and download the Flutter SDK for your operating system.
-
Extract the Flutter SDK:
- Extract the downloaded Flutter SDK to a desired location on your machine.
-
Update Your Path:
- Add the Flutter SDK path to your system environment variables.
-
Run Flutter Doctor:
- Open a terminal and run the following command to ensure Flutter is correctly installed:
flutter doctor
- Open a terminal and run the following command to ensure Flutter is correctly installed:
-
Clone the Repository:
- Clone this repository to your local machine using:
git clone https://github.com/eminexedev/mobile-login-page-flutter.git
- Clone this repository to your local machine using:
-
Navigate to the Project Directory:
- Change to the project directory:
cd mobile-login-page-flutter
- Change to the project directory:
-
Install Dependencies:
- Install the required dependencies using:
flutter pub get
- Install the required dependencies using:
-
Run the Project:
- Run the project on an emulator or connected device using:
flutter run
- Run the project on an emulator or connected device using:
-
Login & Register UI:
- Email and password input fields with validation.
- "Remember Me" checkbox.
- Login button with validation feedback.
- Social login buttons (Google, Apple, Facebook) with equal width.
-
Password Strength Indicator:
- Displays password strength as a progress bar.
- Provides password hints for creating a strong password.
-
Modern Register UI:
- Email, password, and confirm password input fields with validation.
- Password strength indicator.
- Register button with validation feedback.
-
Flutter SDK'yı İndirin:
- Flutter web sitesine gidin ve işletim sisteminiz için Flutter SDK'yı indirin.
-
Flutter SDK'yı Çıkartın:
- İndirilen Flutter SDK'yı bilgisayarınızda istediğiniz bir konuma çıkartın.
-
Path'i Güncelleyin:
- Flutter SDK yolunu sistem ortam değişkenlerinize ekleyin.
-
Flutter Doctor'ı Çalıştırın:
- Bir terminal açın ve Flutter'ın doğru kurulduğundan emin olmak için aşağıdaki komutu çalıştırın:
flutter doctor
- Bir terminal açın ve Flutter'ın doğru kurulduğundan emin olmak için aşağıdaki komutu çalıştırın:
-
Depoyu Klonlayın:
- Bu depoyu yerel makinenize klonlayın:
git clone https://github.com/eminexedev/mobile-login-page-flutter.git
- Bu depoyu yerel makinenize klonlayın:
-
Proje Dizini'ne Geçin:
- Proje dizinine geçin:
cd mobile-login-page-flutter
- Proje dizinine geçin:
-
Bağımlılıkları Yükleyin:
- Gerekli bağımlılıkları yüklemek için:
flutter pub get
- Gerekli bağımlılıkları yüklemek için:
-
Projeyi Çalıştırın:
- Projeyi bir emülatörde veya bağlı bir cihazda çalıştırmak için:
flutter run
- Projeyi bir emülatörde veya bağlı bir cihazda çalıştırmak için:
-
Giriş & Kayıt UI:
- Email ve şifre giriş alanları ile doğrulama.
- "Beni Hatırla" checkbox'ı.
- Doğrulama geri bildirimi ile giriş butonu.
- Eşit genişlikte sosyal giriş butonları (Google, Apple, Facebook).
-
Şifre Güç Göstergesi:
- Şifre gücünü bir ilerleme çubuğu olarak gösterir.
- Güçlü bir şifre oluşturmak için ipuçları sağlar.
-
Modern Kayıt UI:
- Email, şifre ve şifre onay giriş alanları ile doğrulama.
- Şifre güç göstergesi.
- Doğrulama geri bildirimi ile kayıt butonu.