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
main
phone_login/pubspec.yaml

26 lines
425 B
YAML
Raw Permalink Normal View History

feat: initial project setup
2026-01-19 14:38:35 +08:00
name: phone_login
description: "A new Flutter project for phone login."
publish_to: 'none'
version: 0.1.0
environment:
sdk: ^3.10.4
dependencies:
flutter:
sdk: flutter
feat: add auth screens and state management
2026-01-19 14:50:21 +08:00
go_router: ^17.0.1
provider: ^6.1.5+1
intl_phone_field: ^3.2.0
pinput: ^6.0.1
feat: Refactor HomeScreen for login-based UI and restore Firebase dependencies Refactors the HomeScreen to dynamically display content based on the user's authentication status. - Migrated HomeScreen from StatefulWidget to StatelessWidget. - Introduced Consumer<AuthState> to listen for authentication changes. - Implemented placeholder _LoggedInView and _LoggedOutView widgets for conditional rendering. - Restored irebase_core and irebase_auth dependencies to pubspec.yaml and main.dart which were inadvertently removed by dart_fix. - Removed outdated state management for bottom navigation bar. - Addressed dart fix warnings and ensured code formatting.
2026-01-19 15:38:36 +08:00
firebase_core: 4.3.0
firebase_auth: 6.1.3
feat: initial project setup
2026-01-19 14:38:35 +08:00
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
flutter:
uses-material-design: true
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 23ms 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