Тёмный

Flutter - Google Maps ft. Nearby places, polylines, directions and more... 

Raja Yogan
Подписаться 47 тыс.
Просмотров 32 тыс.
50% 1

Need an app ? - rajayogan.me
Code repo - github.com/rajayogan/flutter-...
TimeStamps:
Other flutter videos - • Flutter
Music credit:
Finally by Loxbeats / loxbeats​
Creative Commons - Attribution 3.0 Unported - CC BY 3.0
Free Download: bit.ly/FinallyLoxbeats​
Music promoted by Audio Library • Finally - Loxbeats (No...

Опубликовано:

 

6 июн 2022

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 65   
@rajayogan8884
@rajayogan8884 2 года назад
Note that, all google maps products require a billing account to be added. Also enable Directions API and Places API while creating your credential. Thanks for watching.
@lorenbeall147
@lorenbeall147 2 года назад
i cant get api cause google dont accept my card. any solution please.
@nhatlevuminh7031
@nhatlevuminh7031 2 года назад
Can you please make a detail video on working with map in car booking app (including show map, geocoding autocomplete, routing, tracking move) with free map api like openrouteservice? I’m new to flutter and I only found guidline work with google map. If possible I really looking forward to seeing your video in next week. Thanks for a great video
@jeevankoiri1
@jeevankoiri1 Год назад
I enabled my Direction API, places API and map SDK for android. the markers are not shown, neither we can search for any places. Please help. I used the video description github repo. I also used by billing enabled API key. What can I do now ?
@jeevankoiri1
@jeevankoiri1 Год назад
Add this 55:15 And also you have to write your API key in two files namely homepage.dart and map_services.dart. I had forgotten the map_services.dart. Really nice tutorial Raja yogan loved it.
@milan0023
@milan0023 Год назад
@@lorenbeall147 same what u do then ? now after 11 month u solve that issue ?
@danasugu1767
@danasugu1767 2 года назад
Happy to see you back, thanks!
@rajayogan8884
@rajayogan8884 2 года назад
Thanks for watching.. :)
@austinmarius850
@austinmarius850 Год назад
Awesome stuff! This was SOOO helpful!
@EmreGhost
@EmreGhost Год назад
Bro, this helped me a lot thank you so much!
@meek6836
@meek6836 2 года назад
Nice to see you back.
@rajayogan8884
@rajayogan8884 2 года назад
Thanks for watching bro.. :)
@aarthikrishnan6503
@aarthikrishnan6503 5 месяцев назад
Thank you so much man. this is so much help full❤👍
@atakansss
@atakansss 2 года назад
nice to see you again
@rajayogan8884
@rajayogan8884 2 года назад
Yeah.. good to be back.. :)
@Pepe2001ful
@Pepe2001ful Год назад
Thank you so much. This video has helped me so much!
@rajayogan8884
@rajayogan8884 Год назад
Wow.. great.. Will make more videos then.. :)
@septiantonrezkirahmatulloh3837
Thanks a lot brow,.. it is help me a lot 😄, i hope you get a good day
@vivekjunghamal5730
@vivekjunghamal5730 2 года назад
wow! my man back again
@rajayogan8884
@rajayogan8884 Год назад
Yeah, got a UI video coming up this week.. :)
@saabirmohamed636
@saabirmohamed636 2 года назад
Thanks once again Raja. Can you make a video showing in app navigation ? like mapbox has, I cant find any good quality examples of this.
@youtubermaneta475
@youtubermaneta475 Год назад
Thank you broo 🥺🥺🥺🥺🥺🥺 you got yourself a subscriber.... Your explanations are clear
@youtubermaneta475
@youtubermaneta475 11 месяцев назад
Also forgot to tell you that i also got a job by all this work you taught in this video 😭😭😭😭😭❤️❤️❤️❤️
@atmai7538
@atmai7538 Год назад
thank you so much, can u create a video to filer that by category?
@lorenbeall147
@lorenbeall147 2 года назад
welcome back bro.
@rajayogan8884
@rajayogan8884 2 года назад
Thanks for watching.. :)
@SIReal.hoanghiep
@SIReal.hoanghiep Год назад
Hello Raja, I want to show a map with markers I stored in firebase storage and search based on these markers. How can I do it, thanks for advice.
@matheo4934
@matheo4934 Год назад
awesome
@jishnup3779
@jishnup3779 Год назад
thanks
@hassaantahir3861
@hassaantahir3861 2 года назад
1 more request is to make a video on carpooling website (like BlaBlaCar). Pleaseee
@yafranckbouhouele8119
@yafranckbouhouele8119 6 месяцев назад
I can add a commentary in the card ?
@swayamghosh8710
@swayamghosh8710 3 месяца назад
map is not fetching the places while everything is working fine, what could be the problem?
@abhaykevat3997
@abhaykevat3997 17 дней назад
I try many times but account not created
@okeyshourovroy2769
@okeyshourovroy2769 Год назад
Please make a same project using mapbox
@ShivamPatel-hl9ys
@ShivamPatel-hl9ys Месяц назад
2:05:00 animate camera view
@meek6836
@meek6836 2 года назад
Can you make a video on Google vision API integration in Flutter? there's 0 videos, articles for that... really needed
@rajayogan8884
@rajayogan8884 2 года назад
Next video would probably be one on geofencing. After that I'll upload a google vision API integration.. (Probably around monday). Thanks.
@meek6836
@meek6836 2 года назад
@@rajayogan8884 That would be amazing! Thanks alot
@sageat1242
@sageat1242 2 года назад
how can we retrieve marker from firebase realtime database and show it in google maps ?
@rajayogan8884
@rajayogan8884 Год назад
I have done that from firestore. Marker can be stored as a geopoint and used as such.. (Haven't tried with realtime database)
@sageat1242
@sageat1242 Год назад
@@rajayogan8884 can u also make ut using the realtime database?
@ryanb1738
@ryanb1738 Год назад
Well, I just can't seem to get everything working. I've added the required dependencies, but I noticed you also are using Riverpod. Is the Github code different than what you used in the video? I also can't seem to get nearby places to show up despite adding my key. Does all your code still work when you try it?
@jeevankoiri1
@jeevankoiri1 Год назад
same here bro
@jeevankoiri1
@jeevankoiri1 Год назад
now working fixed it.
@hectoralbertodiazgomez4687
@hectoralbertodiazgomez4687 Год назад
@@jeevankoiri1 how?
@ryanb1738
@ryanb1738 Год назад
What if I just simply want new location markers to show when I move the map to a new location either by dragging the map or by searching on a search bar?
@rajayogan8884
@rajayogan8884 Год назад
Well, we just have to trigger the api call automatically when the user starts to search..
@rajayogan8884
@rajayogan8884 Год назад
That's actually a pretty good idea for a video.. Maybe I'll do a follow up video for this and include more such cool stuff like this in that.. :) Thanks.
@ryanb1738
@ryanb1738 Год назад
@@rajayogan8884 That would be great! And appreciated.
@mohammedmahameed4220
@mohammedmahameed4220 Год назад
Can you make new tutorial about stripe with Flutter include the new features ( Google pay & apple pay ) and which it be from scratch
@rajayogan8884
@rajayogan8884 Год назад
Yeah sure, (The prob is many of these premium products require us to have a paid account to use all their features, I have contacted several of them asking for a demo account and very rarely I get replies back, that's why I am not able to make actual videos on integrating a lot of third party services into flutter apps, even though most of them have a flutter plugin ready)
@mohammedmahameed4220
@mohammedmahameed4220 Год назад
@@rajayogan8884 you can just create account with stripe without activation it, just use development mode, then you will apply to do the connections
@rajayogan8884
@rajayogan8884 Год назад
okay
@tabaicanking3701
@tabaicanking3701 2 года назад
Long time bro
@rajayogan8884
@rajayogan8884 2 года назад
Yeah.. (More videos coming up in the next few weeks).
@FarhanKhan-ed7fj
@FarhanKhan-ed7fj 2 года назад
@@rajayogan8884 extremely waiting for that
@bennguyen1313
@bennguyen1313 Год назад
There's a cool map project (fleaflet / flutter_map) that shows how to add maps to flutter! I'm interested in making a 2d desktop game that re-creates the Missile selection/coding from the game DCS : AH-64D... perhaps even interface to peripherals attached to my desktop (USB controlled lights, joystick, etc). Any thoughts how difficult it would be to implement the graphics/UI side of things, and the desktop peripheral access (I assume FFI to call the functions in the DLLs)?
@albertussindhu3909
@albertussindhu3909 Год назад
nice video... hahahaa hahaa
@hernanjls
@hernanjls Год назад
Thanks Is a good tutorial, but the structure of your code is not very good, because is bad pactice have an file with all code and with very much lines, will be good refactor this in some files and widgets (with properties) for mor easy lecture, some parts are not very much clear
@rajayogan8884
@rajayogan8884 Год назад
I agree sir.. It's not structured.. (If I write perfect structured code and put it in a video, it would become very long and very boring to watch)
@ignaciocabello3744
@ignaciocabello3744 Год назад
Raja please help me!! in the minute 1:32:43 I have a problem with this line: List placesWithin = placesResult['results'] as List; The error says: Error: The operator '[]' isn't defined for the class 'Future'. lib/vistas/maparum_screen.dart:361 - 'Future' is from 'dart:async'. Try correcting the operator to an existing operator, or defining a '[]' operator. placesResult['results'] as List; until then everything was perfect, and your video helped me a lot. Thanks!!!
@FarhanKhan-ed7fj
@FarhanKhan-ed7fj 2 года назад
Hi sir i am watching your all videos please make more videos with Flutter 3.0 so it has many new updates so i shall learn from you please add me in your group or send me the link so i will b very thank full to you
@rajayogan8884
@rajayogan8884 Год назад
I don't run any groups, sorry. I write (real) mobile apps and work with companies mostly.
Далее
Google Maps - Add Marker on Tap
11:06
Просмотров 25 тыс.
Ne jamais regarder une fille à la plage 😂
00:10
Просмотров 1,3 млн
Построил ДЕРЕВНЮ на ДЕРЕВЬЯХ!
19:07
$25,000 vs. $25,000,000
29:58
Просмотров 1,7 млн
Google Map with Places Autocomplete in Flutter, Part 1
29:19
T1 vs GEN - FOX vs DRX | 2024 LCK Summer Split
Просмотров 10 тыс.
Ne jamais regarder une fille à la plage 😂
00:10
Просмотров 1,3 млн