Flutter Google Maps + Firestore Geolocation - Build the next Uber?

Flutter Google Maps + Firestore Geolocation - Build the next Uber?

Fireship

5 лет назад

165,797 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Darshan Gowda
Darshan Gowda - 15.02.2019 23:29

Awesome video as always! 🔥🔥
Thanks for the shoutout 🤘🏼🤘🏼

Ответить
Laughing_booth CODM
Laughing_booth CODM - 23.09.2023 23:13

Can you make an Uber tutorial?? Please

Ответить
Ahsan Nasir
Ahsan Nasir - 02.06.2023 15:52

can u plz update this video

Ответить
Gideon
Gideon - 14.04.2023 21:16

You need to update this code

Ответить
Jared Weiss
Jared Weiss - 14.01.2023 00:46

Great video. This helps a lot in understanding how I'd build an app that a friend is asking me to help him with. Main thing left for me is to understand the cost of this (db reads/writes)

Ответить
ARK
ARK - 08.01.2023 08:33

@Fireship it would be great if you could update this.Cheers

Ответить
Tom Woszek
Tom Woszek - 31.10.2022 18:28

Thanks for this awesome video, but can you explain how to show the data in a listview?

Ответить
Jose Armando Joubert
Jose Armando Joubert - 02.09.2022 01:20

Great tutorial however it does not seems to be working anymore. Can you refresh this tutorial? thank you.

Ответить
Alexander Mogren
Alexander Mogren - 20.08.2022 19:48

Nice. What if you need more than just geohash and location in database

Ответить
Ryan B
Ryan B - 17.08.2022 05:35

Any updates to this? Looks like I'm getting a lot of errors.

Ответить
Boss Kevin
Boss Kevin - 17.02.2022 01:29

Awesome video do you have code ?

Ответить
Kamal S. Prasad
Kamal S. Prasad - 24.01.2022 09:04

is there a js version of this tutorial?

Ответить
Gunjan Turkar
Gunjan Turkar - 19.10.2021 20:42

There is error in this line "double distance = document.data['distance'];".. because you can't get distance from firebase as it is never stored.

Ответить
Ali Akkawi
Ali Akkawi - 16.10.2021 21:03

Hi and thanks for the tutorial, in my case i need to query locations only once, so is there a way to do it without using a stream? event if i cancel the StreamSubscription, it seems that it is not cancelling the Stream and this causes the app to Freeze.
any suggestions please? Thanks

Ответить
WIRUN NGANDEE
WIRUN NGANDEE - 18.09.2021 14:07

Tutorial Flutter Google maps + Firestore Geolocation 2021 ?

Ответить
e.NONO
e.NONO - 17.08.2021 22:32

Not working for with new flutter null safety😣

Ответить
apa oww
apa oww - 21.07.2021 08:45

Hi.. I got null from document.data['distance']; What I am doing wrong?

Ответить
code_on
code_on - 23.03.2021 14:30

can you add the polyine to show route between two or more points

Ответить
Magnetron692
Magnetron692 - 31.01.2021 01:12

Thanks a lot! Nicely done!

Ответить
Mariqa Cumberbatch
Mariqa Cumberbatch - 19.01.2021 06:36

Great Video, Is it possible for you to do an updated video? When i try to run the pub get in the pubspec.yaml in with the new versions of the various plugins, there are errors saying rxdart needs to be at its latest version for geoflutterfire to work.. and i used the rxdart latest version, and it still gave the same error

Ответить
Chief Noodle
Chief Noodle - 19.01.2021 06:13

Slow down dude. You speak too fast!

Ответить
tharuke rajapaksha
tharuke rajapaksha - 03.01.2021 16:51

explanation is fast like a jet

Ответить
Lensbreak Studios
Lensbreak Studios - 17.12.2020 20:11

How about scaling? The Firestore is too expensive for a Geo app, isnt it? It's better to use the realtime database where you are not charged on the amount of reads/writes? Let's say you got 1000 users connecting to the map to see each others location (find my friends app). Let's say the location is updated 4 times/minute during 1h. That alone results in 240M reads and costs you 150$ !!! Just for one hour of usage. This seems not plausible. Or do I make a mistake? PS: I did not watch the whole video yet.

Ответить
Joshua Kim
Joshua Kim - 16.12.2020 17:10

is there any way we can do this without firestore?

Ответить
Francois Saab
Francois Saab - 03.12.2020 23:12

Thanks. Amazing

Ответить
Ashtyn Morel-Blake
Ashtyn Morel-Blake - 01.12.2020 16:49

Does the geolocation and location package work offline?

Ответить
basudev nayak
basudev nayak - 25.11.2020 13:51

the amount of information you cover withing scuh short video length is really impressive.

Ответить
Pita Pita
Pita Pita - 22.10.2020 15:17

Great job, but what if a user uninstalled the app will you still see a marker ? How do you clear the database in that case ?

Ответить
HustleWithRahul
HustleWithRahul - 20.10.2020 10:23

can i use those packages for free in my app? I'm going to release it commercially

Ответить
HustleWithRahul
HustleWithRahul - 20.10.2020 10:22

can i use those dependencies free in my app which im going to release commercially

Ответить
MultiECommerce
MultiECommerce - 12.09.2020 17:23

Great video, thanks man,

Ответить
THE Mithrandir09
THE Mithrandir09 - 31.08.2020 23:48

Anybody have an up to date example app like this? The code of this tutorial is mostly deprecated.

Ответить
Luca Fica
Luca Fica - 01.08.2020 17:16

Thank you, great video. I have a question: is it possible in flutter to let the user add markers on the map and then save it to firestore to make them visible to all the other user?
I am making an app where the collaboration of the users in adding marker is crucial. Thank you in advance for your reply.

Ответить
Rinat Idrisov
Rinat Idrisov - 01.08.2020 07:49

Hey thanks for outstanding video!
BTW what if I need a Future to be returned from geoflutterfire Query, and not a Stream?
In situation when we need to query by radius not in real time but only once, using Stream will lead to unnecessary huge bill from Firestore?

Ответить
TDoge
TDoge - 26.07.2020 20:46

Efficient delivery of the flutter feature I was looking for. Awesome video!

Ответить
James Lila
James Lila - 07.07.2020 17:56

how to calculate the distance between my location to a marker?

Ответить
im deadlock
im deadlock - 13.06.2020 20:12

Please Update Code . Now , it's not Working.

Ответить
David Pobi
David Pobi - 08.06.2020 22:54

awesome mahn. how about performance? Can a delivery service rely on firebase realtime database to stream multiple live location to thousands of users ?

Ответить
Adam Marez
Adam Marez - 26.05.2020 16:47

does flutter support animated markers or animated cluster markers?

Ответить
Bahman
Bahman - 19.05.2020 15:53

thanks for your videos but these codes are undependable and expired please fix it

Ответить
Storyline Team Games
Storyline Team Games - 15.05.2020 16:16

Again great video! Is there any way to clamp the map and the ability to move in only one country via restrictions?

Ответить
Adnan Sufian Asali
Adnan Sufian Asali - 10.05.2020 11:19

can you make a video on how to make GeoFencing in Flutter?

Ответить
Alan James
Alan James - 09.05.2020 05:13

I’m never gonna open Xcode again

Ответить
VncntJms
VncntJms - 28.04.2020 15:11

May I know what font you use in your IDE

Ответить
VR Experience
VR Experience - 22.04.2020 04:36

How do you get directions to the destination location on map though?

Ответить
swapnil desai
swapnil desai - 17.03.2020 21:32

please change codes according to new API

Ответить
swapnil desai
swapnil desai - 12.03.2020 21:27

mine is not adding marker to map

Ответить
joseph sellu
joseph sellu - 10.02.2020 14:41

Great video. I'm looking forward to seeing flutter used for indoor navigation as much of the navigation packages are based on outdoor geolocator

Ответить