Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Create your own UBER App with Flutter & Firebase Course 2021, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:08:04
    Introduction
  • Урок 2. 00:21:20
    For Windows users: Flutter SDK [Complete Setup]
  • Урок 3. 00:26:16
    For MAC users: Flutter SDK [Complete Setup]
  • Урок 4. 00:09:02
    create user app
  • Урок 5. 00:15:30
    connect project and app to firebase
  • Урок 6. 00:12:01
    add icon and font to our project
  • Урок 7. 00:16:01
    create login page
  • Урок 8. 00:03:36
    create signup page
  • Урок 9. 00:05:16
    navigation and set route
  • Урок 10. 00:21:15
    signup user with firebase authentication and firebase database
  • Урок 11. 00:11:08
    signin user using firebase
  • Урок 12. 00:09:52
    progress dialog
  • Урок 13. 00:13:51
    add google maps to app
  • Урок 14. 00:16:16
    add home and work location panel
  • Урок 15. 00:13:28
    navigation drawer
  • Урок 16. 00:14:16
    get user current location - flutter google map
  • Урок 17. 00:09:03
    enable GeoCoding Api and Reverse GeoCoding
  • Урок 18. 00:18:12
    reverse geocoding and display address
  • Урок 19. 00:19:32
    setting Data Provider Class and save Current Location Address
  • Урок 20. 00:13:50
    search and create destination page
  • Урок 21. 00:13:22
    enable google places api - auto complete search
  • Урок 22. 00:20:20
    deserialize place predictions result & display it on listview
  • Урок 23. 00:13:08
    get place details lat lng of selected place
  • Урок 24. 00:23:15
    get direction from pickup to dropoff location using google direction api
  • Урок 25. 00:27:09
    draw polyline on map & fit polyline on map - LatLng Bounds & add Markers Circles
  • Урок 26. 00:16:26
    design ride fare estimates panel
  • Урок 27. 00:07:20
    switch between containers display
  • Урок 28. 00:15:34
    calculate ride fares amount using distance and duration
  • Урок 29. 00:16:07
    request ride and find driver design panel
  • Урок 30. 00:22:07
    create ride request and cancel ride request
  • Урок 31. 00:05:09
    check if already user loggedin and signout user
  • Урок 32. 00:11:02
    create driver app new flutter project
  • Урок 33. 00:11:50
    connect driver app to firebase (Android+iOS)
  • Урок 34. 00:18:50
    register and save Driver and Driver's Car Info
  • Урок 35. 00:12:46
    bottom Navigation for Driver App Home Screen
  • Урок 36. 00:10:34
    set google map || geo Locater services for Driver app
  • Урок 37. 00:04:59
    driver online and offline panel
  • Урок 38. 00:14:24
    get live Location updates and save to Database at Real Time using GeoFire
  • Урок 39. 00:07:49
    implement Go Online and Go Offline feature
  • Урок 40. 00:04:29
    difference between users's login & drives's login with Firebase Auth & Database
  • Урок 41. 00:17:40
    set geofire and handle geofire callbacks to find nearby drivers for rider
  • Урок 42. 00:12:39
    display nearby drivers to rider (on rider map) with custom car makers
  • Урок 43. 00:17:23
    send (new ride request) push notification to drivers
  • Урок 44. 00:18:03
    send notification using httpRequest & then read Notification data message
  • Урок 45. 00:14:04
    retrieve new ride request details
  • Урок 46. 00:16:15
    display new ride request dialog to driver (accept and cancel new ride request)
  • Урок 47. 00:07:11
    notify driver with notification alert music
  • Урок 48. 00:15:21
    new ride request availability and timeout
  • Урок 49. 00:11:50
    new ride screen
  • Урок 50. 00:12:42
    driver location to rider pickup location - draw polylines, markers and circles
  • Урок 51. 00:14:42
    update drivers car info to new ride request in database
  • Урок 52. 00:20:50
    add driver car icon on map and animate it on routes with live location updates
  • Урок 53. 00:19:09
    update ride duration at real time and animate car icon on polyline
  • Урок 54. 00:18:00
    implement driver arrived - driver pickup - driver dropoff - driver end trip
  • Урок 55. 00:23:39
    collect payment and save driver earnings
  • Урок 56. 00:10:31
    save ride history and display actual rider info
  • Урок 57. 00:09:15
    automatically select nearby nearest driver
  • Урок 58. 00:20:28
    automatically send notification (new trip request) to nearest driver
  • Урок 59. 00:12:28
    what to do when:: no driver found, request timeout and when rider cancelled trip
  • Урок 60. 00:20:57
    display assigned driver info to rider
  • Урок 61. 00:25:19
    update driver arrival and estimated time of arrival to destination
  • Урок 62. 00:10:15
    rider pay trip fare amount
  • Урок 63. 00:05:24
    implementing make phone Call to Driver Feature
  • Урок 64. 00:21:18
    rate driver || trip
  • Урок 65. 00:09:06
    implement and display ride categories || types
  • Урок 66. 00:15:59
    get fare for ride categories and notify specific driver [uberX, uberGo, Bike]
  • Урок 67. 00:10:38
    retrieve and display total earnings
  • Урок 68. 00:30:00
    retrieve & display total trips numbers AND retrieve & display trips history
  • Урок 69. 00:11:57
    display driver's profile
  • Урок 70. 00:14:55
    retrieve and display driver ratings
  • Урок 71. 00:11:38
    update fare amount for Ride Types [uber-x, uber-go bike]
  • Урок 72. 00:08:26
    dropdown for car type [uber-x, uber-go, bike] on drivers register car info page
  • Урок 73. 00:07:10
    add about screen
  • Урок 74. 00:06:10
    add profile screen
  • Урок 75. 00:18:46
    retrieve and display rider Trip history