FLUTTER ECOSYSTEM

lazycatlabs/flutter_auth_app

帶有 TDD 洁淨架構的 Flutter 認證應用程式

flutter_auth_app 專案封面
Stars
270
Forks
78
最近推送(UTC)
2026年9月14日
專案狀態
未封存
LazycatLabs GitHub avatar
GITHUB Organization

LazycatLabs ↗

LazycatLabs Playground

語言DartSwiftPythonKotlinObjective-C

使用的依賴

依賴清單 33 項

所在榜單

原始 README

以下為英文專案原文快照,最新內容請造訪 GitHub。

展開 / 收合專案 README

We stand with Palestine


Flutter App Auth 📱

codecov

LinkedIn https://img.shields.io/badge/UpWork-6FDA44?logo=Upwork&logoColor=white

This app has Auth Functions like Login, Register, and Show pagination data.

Authentication uses LazyAuth, while the paginated Dashboard user list uses DummyJSON.


This app also implementing Flutter Clean Architecture with TDD.

https://github.com/user-attachments/assets/f994e992-9161-46c3-8f0b-cd582c56bea2

Pre-requisites 📐

Technology Recommended Version Installation Guide
Flutter v3.44.x Flutter Official Docs
Dart v3.12.x Installed automatically with Flutter

Get Started 🚀

  • Clone this project
  flutter pub get 
  • Run to generate localization files
flutter gen-l10n
  • Run to generate freezes files
flutter pub run build_runner build --delete-conflicting-outputs
  • Run for staging or
flutter run --flavor stg -t lib/main.dart --dart-define-from-file .env.stg.json 
  • Run for production
flutter run --flavor prd -t lib/main.dart --dart-define-from-file .env.prd.json 
  • Test Coverage, we ignore some folders and files which is not necessary to test coverage because it are generated file
  • Note: on macOS, you need to have lcov installed on your system (brew install lcov) to use this:
 flutter test -j8 --coverage;lcov --remove coverage/lcov.info 'lib/core/localization/generated/' 'lib/core/resources/*' 'lib/utils/services/firebase/*' '**/*.g.dart' -o coverage/new_lcov.info ;genhtml coverage/new_lcov.info -o coverage/html
  • To generate a launcher icon based on Flavor
dart run flutter_launcher_icons 
  • To generate native splash screen
dart run flutter_native_splash:create --flavors stg,prd
  • To generate mock class
dart pub run build_runner build

Feature ✅

  • [x] BLoC State Management
  • [x] Clean Architecture with TDD
    • [x] Unit Test
    • [x] Widget Test
    • [x] BLoC test
  • [x] Theme Configuration: System, Light, Dark
  • [x] Multi-Language: English, Bahasa
  • [x] Login, Register Example
  • [x] Pagination Example
  • [x] Autofill Username and Password
  • [x] Integration Test
  • [x] Implement multi-flavor
  • [x] Auto routing based on login status
  • [x] Implement Go Router

TODO 📝

  • [ ] Login with Biometric / FaceID

Maestro Test 🧪

  • Install Maestro on your machine Maestro
  • Run this command to run the test
     maestro test maestro-stg/main.yaml #or
     maestro test maestro-prd/main.yaml
    

Architecture Proposal by Resocoder


architecture-proposal

💡Tips

  • Flutter native splashscreen: The brand image in Android > 12 the frame size is 5:2, if the width is 500px, the height should be 500/2,5 = 200px

📜 GNU General Public License v3.0



Buy me coffee if you love my works ☕️

buymeacoffe      ko-fi      paypal saweria