Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Flutter with Firebase, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:03:09
    Introduction
  • Урок 2. 00:00:35
    How to get Most out of this Course
  • Урок 3. 00:04:25
    Setup Flutter on MacOS
  • Урок 4. 00:06:43
    Setup Flutter for Windows OS
  • Урок 5. 00:01:40
    Installing useful VSCode Extenstion
  • Урок 6. 00:02:01
    Creating First Flutter App
  • Урок 7. 00:01:56
    Run Flutter App
  • Урок 8. 00:05:40
    Understanding Flutter Project Structure
  • Урок 9. 00:16:29
    Creating Flutter Default Example App from Scratch
  • Урок 10. 00:03:42
    Widgets walkthrough
  • Урок 11. 00:26:38
    Creating Material App and Widgets
  • Урок 12. 00:08:19
    Creating App using Cupertino Widgets (iOS Style Widgets)
  • Урок 13. 00:10:59
    Creating Custom Widgets in Flutter
  • Урок 14. 00:06:36
    What is the Theme & Changing Default Theme
  • Урок 15. 00:01:41
    Adding Dark Mode to the App (Dark Mode & Light Mode)
  • Урок 16. 00:03:26
    Adding Custom Fonts in App
  • Урок 17. 00:06:03
    Loading images & Assets in App
  • Урок 18. 00:06:39
    Simple Navigation
  • Урок 19. 00:03:27
    Navigation with Named routes
  • Урок 20. 00:14:03
    UI Design to Flutter App
  • Урок 21. 00:08:02
    Adding Assets and Packages to Flutter App
  • Урок 22. 00:08:22
    Creating Onboarding Screen
  • Урок 23. 00:05:29
    Fitness App - Competing Onboarding Screen
  • Урок 24. 00:06:38
    Fitness App - Fetching App Data from JSON
  • Урок 25. 00:01:56
    Fitness App Fetching Data & Solving Errors
  • Урок 26. 00:04:26
    Fitness App - Display Exercises in List
  • Урок 27. 00:04:08
    Fitness App - Fetch Exercise Images
  • Урок 28. 00:06:31
    Fitness App - Display Exercise Name in List
  • Урок 29. 00:06:42
    Fitness App - Adding Navigation and Hero Animation
  • Урок 30. 00:08:06
    Fitness App - Cached Image Network & Range Slider Implementation
  • Урок 31. 00:10:45
    Fitness App - Creating Exercise Page and Adding Navigation
  • Урок 32. 00:06:46
    Fitness App - Adding Timer functionality
  • Урок 33. 00:03:26
    Fitness App - Play Audio when Exercise Completed
  • Урок 34. 00:07:13
    Fitness App - Changing Launcher Icon
  • Урок 35. 00:05:40
    Fitness App - Building App
  • Урок 36. 00:04:48
    Firebase Introduction
  • Урок 37. 00:07:18
    Exploring Firebase Console and Authentication
  • Урок 38. 00:06:47
    My Task App - Firebase iOS Setup
  • Урок 39. 00:06:25
    My Task App - Firebase Android Setup
  • Урок 40. 00:01:09
    My Task App - Changing Launcher Icon
  • Урок 41. 00:25:43
    My Task App - Designing Login Screen
  • Урок 42. 00:22:02
    My Task App - Email Sign-In Using Firebase Authentication
  • Урок 43. 00:17:19
    My Task App - Email Sign-Up Using Firebase Authentication
  • Урок 44. 00:06:21
    My Task App - GMail Sign-Up Using Firebase Authentication
  • Урок 45. 00:09:32
    My Task App - Phone Number Sign-In Using Firebase Authentication
  • Урок 46. 00:14:01
    My Task App - Phone Number Sign-In Part 2
  • Урок 47. 00:16:27
    Cloud Firestore Introduction
  • Урок 48. 00:12:41
    My Task App - Storing Sign-In Details in Cloud Firestore
  • Урок 49. 00:09:10
    My Task App - Creating Home Page and Navigation
  • Урок 50. 00:16:49
    My Task App - Add Task to Cloud Firestore
  • Урок 51. 00:11:24
    My Task App - Fetch Tasks in List
  • Урок 52. 00:03:34
    My Task App - Deleting Task from Cloud Firestore
  • Урок 53. 00:00:55
    My Task App - Implementing Sign-Out Feature
  • Урок 54. 00:02:16
    Firebase Storage Intoduction
  • Урок 55. 00:07:13
    Selecting File from Device
  • Урок 56. 00:07:30
    Upload File to Firebase Cloud Storage
  • Урок 57. 00:02:41
    WallyApp - Creating Firebase Project
  • Урок 58. 00:01:24
    WallyApp - Creating Flutter Project
  • Урок 59. 00:03:47
    WallyApp - Changing Fonts, Adding Packages
  • Урок 60. 00:06:32
    WallyApp - Configuring Firebase for Flutter
  • Урок 61. 00:19:49
    WallyApp - Designing Login Screen
  • Урок 62. 00:04:42
    WallyApp - Adding Google Sign-In
  • Урок 63. 00:07:30
    WallyApp - Storing User Data to Cloud Firestore
  • Урок 64. 00:06:37
    WallyApp - Adding Bottom Navigation
  • Урок 65. 00:01:18
    WallyApp - Changing Pages on Tap of the Bottom Navigation
  • Урок 66. 00:03:49
    WallyApp - Fetching Demo Images
  • Урок 67. 00:03:21
    WallyApp - Loading images in Staggered Grid View
  • Урок 68. 00:18:31
    WallyApp - Designing More Pages in App
  • Урок 69. 00:05:29
    WallyApp - Adding Hero Animation
  • Урок 70. 00:02:33
    WallyApp - Fixing Red Error in Account Page
  • Урок 71. 00:11:38
    WallyApp - Get Image From Phone
  • Урок 72. 00:03:06
    ML Kit Introduction
  • Урок 73. 00:03:49
    WallyApp - Firebase ML Kit Configuration in App
  • Урок 74. 00:09:28
    WallyApp - Fetching labels from Image using ML Kit
  • Урок 75. 00:16:06
    WallyApp - Uploading Image to Cloud Storage
  • Урок 76. 00:04:01
    WallyApp - Compressing The Image and Store to Firestore
  • Урок 77. 00:09:49
    WallyApp - Load Images in Explore Page
  • Урок 78. 00:03:40
    WallyApp - Load Images in Account Page
  • Урок 79. 00:07:41
    WallyApp - Remove Wallpaper Functionality
  • Урок 80. 00:01:27
    FCM Introduction
  • Урок 81. 00:07:42
    WallyApp - Sending & Receiving Notification in App
  • Урок 82. 00:02:30
    WallyApp - Subscribing to Topic
  • Урок 83. 00:04:51
    WallyApp - Showing Dialog for Notification
  • Урок 84. 00:02:23
    Cloud Function Introduction
  • Урок 85. 00:01:55
    Example of Cloud Function (Practical Case)
  • Урок 86. 00:07:44
    Installing Node.JS & Firebase Tools
  • Урок 87. 00:11:41
    WallyApp - Writing Cloud Function for Notification
  • Урок 88. 00:08:35
    WallyApp - Designing Wallpaper View UI
  • Урок 89. 00:02:15
    WallyApp - Get Wallpaper from Cloud Firestore
  • Урок 90. 00:07:07
    WallyApp - Implementing Favorites Function
  • Урок 91. 00:03:02
    WallyApp - Dynamic Links Introduction
  • Урок 92. 00:01:58
    WallyApp - Configuring Dynamic Links
  • Урок 93. 00:03:34
    WallyApp - Configuring Dynamic Links for the Flutter App
  • Урок 94. 00:07:08
    WallyApp - Creating Dynamic Links
  • Урок 95. 00:01:40
    WallyApp - Sharing Link
  • Урок 96. 00:03:30
    WallyApp - Firebase Analytics