zhongziso种子搜
首页
功能
磁力转BT
BT转磁力
使用教程
免责声明
关于
zhongziso
搜索
Flutter 2.2 & Firebase, build a complete app from scratch
magnet:?xt=urn:btih:8035fba33d7bd8242fbade5548c7455ddec23bc7&dn= Flutter 2.2 & Firebase, build a complete app from scratch
磁力链接详情
Hash值:
8035fba33d7bd8242fbade5548c7455ddec23bc7
点击数:
156
文件大小:
6.16 GB
文件数量:
69
创建日期:
2023-1-26 00:51
最后访问:
2024-10-30 17:28
访问标签:
Flutter
2
2
&
Firebase
build
a
complete
app
from
scratch
文件列表详情
01 Introduction/001 Introduction.mp4 4.72 MB
01 Introduction/002 What is Flutter_ And what is the Firebase_.mp4 1.85 MB
01 Introduction/003 App overview.mp4 65.12 MB
01 Introduction/004 Udemy courses by me, and suggestions for you.mp4 8.33 MB
01 Introduction/005 My Youtube channel.mp4 9.02 MB
02 Set up the app/001 Project on Github.mp4 11.68 MB
02 Set up the app/002 Create a new project and set up our up theme.mp4 94.74 MB
03 Implement the app UI/001 Implement the animated background in the login screen.mp4 174.87 MB
03 Implement the app UI/002 Finish the login screen design.mp4 524.37 MB
03 Implement the app UI/003 Implement the Signup screen.mp4 147.21 MB
03 Implement the app UI/004 Allow the user to navigate between Text Field using keyboard button (FocusNode).mp4 116.99 MB
03 Implement the app UI/005 Implement the forget password screen.mp4 95.02 MB
03 Implement the app UI/006 Implement the main screen design.mp4 224.54 MB
03 Implement the app UI/007 Change the drawer Icon color and Icon Data.mp4 43.7 MB
03 Implement the app UI/008 Implement the delete task dialog.mp4 38.72 MB
03 Implement the app UI/009 Implement the filter dialog design in the main screen.mp4 128.94 MB
03 Implement the app UI/010 Implement the drawer header, add a constant class and explain what static means.mp4 81.31 MB
03 Implement the app UI/011 Add the drawer body.mp4 85.29 MB
03 Implement the app UI/012 Implement the sign out dialog design.mp4 54.28 MB
03 Implement the app UI/013 Implement the add task screen design.mp4 394.55 MB
03 Implement the app UI/014 Add the drawer in the add task screen.mp4 38.73 MB
03 Implement the app UI/015 Implement the task category dialog in the add task screen.mp4 69.28 MB
03 Implement the app UI/016 Implement the choose date dialog.mp4 73.09 MB
03 Implement the app UI/017 Fix a null error if no date is picked.mp4 10.68 MB
03 Implement the app UI/018 Implement the all registered workers screen.mp4 56.46 MB
03 Implement the app UI/019 Create the user profile screen UI.mp4 297.39 MB
03 Implement the app UI/020 Change the sign up screen design and add more widgets to it.mp4 241.48 MB
03 Implement the app UI/021 Implement the image picker dialog.mp4 53.77 MB
03 Implement the app UI/022 Implement the image picker functions.mp4 67.58 MB
03 Implement the app UI/023 Implement the image cropper function.mp4 68.49 MB
03 Implement the app UI/024 Start implementing the task details screen.mp4 294.31 MB
03 Implement the app UI/025 Animated switcher to add a comment.mp4 128.74 MB
03 Implement the app UI/026 Implement the comment widget design.mp4 94.44 MB
03 Implement the app UI/027 Add dynamic border color for the commenter profile image.mp4 54.99 MB
03 Implement the app UI/028 Send message via whatsapp.mp4 81.83 MB
03 Implement the app UI/029 Send an email from the app.mp4 32.48 MB
03 Implement the app UI/030 Open contact dialer app to allow the user to reach other workers numbers.mp4 33.04 MB
03 Implement the app UI/036 30- Send an email from the app.mp4 30.15 MB
04 Firebase/001 What is Firebase_.mp4 33.73 MB
04 Firebase/002 Connect our app to Firebase.mp4 63.82 MB
04 Firebase/003 Get started with Firebase Auth.mp4 75.22 MB
04 Firebase/004 Initialize the Firebase app to fix the Firebase initialization error.mp4 82.83 MB
04 Firebase/005 Allow the users to Signup using Email and Password.mp4 56.68 MB
04 Firebase/006 Errors handling.mp4 59.89 MB
04 Firebase/007 Allow the users to login.mp4 52.82 MB
04 Firebase/008 Error Handling from one dart class only.mp4 48.93 MB
04 Firebase/009 Show different screens wether the user is signed in or not.mp4 95.53 MB
04 Firebase/010 Implement the sign out method and code improvement.mp4 30.96 MB
04 Firebase/011 What is Firebase Firestore.mp4 30.49 MB
04 Firebase/012 Save extra user data on the cloud Firestore.mp4 90.32 MB
04 Firebase/013 Upload user image to the Firebase storage and save the link in the Firestore.mp4 87.17 MB
04 Firebase/014 Fetch the user data and display it in the profile screen.mp4 209.02 MB
04 Firebase/015 Show the correct data for each user in the profiel screen.mp4 64.72 MB
04 Firebase/016 Start fetching all the workers from the Firebase Firestore.mp4 77.92 MB
04 Firebase/017 Display the correct data for each worker.mp4 66.27 MB
04 Firebase/018 Check if this is the same logged in user in the profile screen.mp4 81.33 MB
04 Firebase/019 Start with uploading task to the Firestore database.mp4 87.8 MB
04 Firebase/020 Generate a dynamic unique ID for each task.mp4 26.97 MB
04 Firebase/021 Add a spinner and show a toast.mp4 52.49 MB
04 Firebase/022 Handle empty task category and empty deadline date.mp4 30.91 MB
04 Firebase/023 Clear the form.mp4 25.84 MB
04 Firebase/024 Fetch the tasks from the Firestore.mp4 86.27 MB
04 Firebase/025 Allow only the task uploader to delete the task.mp4 103.03 MB
04 Firebase/026 Start fetching the task details.mp4 252.71 MB
04 Firebase/027 Allow the uploader to change task state if done or not done and other improv.mp4 78.27 MB
04 Firebase/028 Implement the Post a comment method ( write its function ).mp4 87.69 MB
04 Firebase/029 Start fetching the comments from the Firestore.mp4 65.64 MB
04 Firebase/030 Display the comments on the screen.mp4 59.49 MB
04 Firebase/031 Allow the users to visit commenters profile.mp4 13.21 MB
其他位置