Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
Tags
- divider
- swift 문법
- Stream
- borderRadius
- changenotifier
- switch
- snackbar
- 문법
- changenotifierprovider
- enum
- Camera
- datetime
- permission
- globalkey
- controller
- transform
- user
- ListView.builder
- runTransaction
- consumer
- Snapshot
- reference
- setstate
- Swift
- Navigator
- signout
- multiprovider
- platformexception
- provider
- Firebase
Archives
- Today
- Total
목록firebaseauth (2)
코딩하는 제리

소스코드 및 pubspec.yaml // models/firebase_auth_state.dart import 'package:firebase_auth/firebase_auth.dart'; import 'package:flutter/foundation.dart'; class FirebaseAuthState extends ChangeNotifier { // 기본값은 로딩으로 함. FirebaseAuthStatus _firebaseAuthStatus = FirebaseAuthStatus.progress; User _firebaseUser; // [] -> 옵션 void changeFirebaseAuthStatus([FirebaseAuthStatus firebaseAuthStatus]) { if (fireba..
Flutter/Project_InstaClone(완)
2021. 2. 2. 18:18