Logo
Explore Help
Sign In
flutter/phone_login
1
0
Fork 0
You've already forked phone_login
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
c903430f75e3a38002c71fccbd498c5b3bd7cf39
phone_login/lib/main.dart

9 lines
171 B
Dart
Raw Normal View History

feat: add auth screens and state management
2026-01-19 14:50:21 +08:00
import 'package:flutter/material.dart';
import 'package:phone_login/app.dart';
void main() async {
WidgetsFlutterBinding.ensureInitialized();
refactor: implement Flutter best practices and proper architecture - Create proper service layer with AuthService and FirebaseAuthService - Implement UserModel for proper data representation - Enhance AuthState with proper loading states and error handling - Convert stateless widgets to stateful where appropriate - Add proper form validation and user feedback mechanisms - Implement comprehensive error handling and loading indicators - Fix redirect logic in router for proper authentication flow - Create theme system with light and dark themes - Add shared components like LoadingIndicator - Improve code organization following recommended architecture - Add proper disposal of controllers and focus nodes - Implement proper null safety handling Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 06:35:57 +08:00
feat: add auth screens and state management
2026-01-19 14:50:21 +08:00
runApp(const App());
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 22ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API