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.
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
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 ?
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.
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?
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.
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?
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)
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)?
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
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!!!
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
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.
i cant get api cause google dont accept my card. any solution please.
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
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 ?
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.
@@lorenbeall147 same what u do then ? now after 11 month u solve that issue
?
Happy to see you back, thanks!
Thanks for watching.. :)
Nice to see you back.
Thanks for watching bro.. :)
nice to see you again
Yeah.. good to be back.. :)
wow! my man back again
Yeah, got a UI video coming up this week.. :)
Thank you broo 🥺🥺🥺🥺🥺🥺 you got yourself a subscriber.... Your explanations are clear
Also forgot to tell you that i also got a job by all this work you taught in this video 😭😭😭😭😭❤️❤️❤️❤️
Thank you so much man. this is so much help full❤👍
welcome back bro.
Thanks for watching.. :)
Bro, this helped me a lot thank you so much!
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.
Thank you so much. This video has helped me so much!
Wow.. great.. Will make more videos then.. :)
Awesome stuff! This was SOOO helpful!
thank you so much, can u create a video to filer that by category?
map is not fetching the places while everything is working fine, what could be the problem?
Can you make a video on Google vision API integration in Flutter? there's 0 videos, articles for that... really needed
Next video would probably be one on geofencing. After that I'll upload a google vision API integration.. (Probably around monday). Thanks.
@@rajayogan8884 That would be amazing! Thanks alot
Thanks a lot brow,.. it is help me a lot 😄, i hope you get a good day
1 more request is to make a video on carpooling website (like BlaBlaCar). Pleaseee
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.
I can add a commentary in the card ?
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?
Well, we just have to trigger the api call automatically when the user starts to search..
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.
@@rajayogan8884 That would be great! And appreciated.
I try many times but account not created
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?
same here bro
now working fixed it.
@@jeevankoiri1 how?
Can you make new tutorial about stripe with Flutter include the new features ( Google pay & apple pay ) and which it be from scratch
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)
@@rajayogan8884 you can just create account with stripe without activation it, just use development mode, then you will apply to do the connections
okay
how can we retrieve marker from firebase realtime database and show it in google maps ?
I have done that from firestore. Marker can be stored as a geopoint and used as such.. (Haven't tried with realtime database)
@@rajayogan8884 can u also make ut using the realtime database?
Please make a same project using mapbox
awesome
thanks
2:05:00 animate camera view
Long time bro
Yeah.. (More videos coming up in the next few weeks).
@@rajayogan8884 extremely waiting for that
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)?
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
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)
nice video... hahahaa hahaa
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!!!
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
I don't run any groups, sorry. I write (real) mobile apps and work with companies mostly.