Make sure to follow this article when using the library: coffeebytez.com/articles/flutter-flow-map-template-update-library-migration . If you get an error when trying to switch to "current", you may have custom map widget code that you have copied from one of my articles. These have the same name as the custom widgets in the library. You can rename your custom widgets or delete them altogether to resolve the error.
@liamino5 ай бұрын
Hey Chris - cheers for this tutorial. I'm stuck on setting variable on SupabaseMap widget. There's no option for "No Further Changes" on Available Options. What am i missing ?
@coffeebytez5 ай бұрын
Hi, I believe it depends on your actions. You can send a message to the email in the description for additional help
@admingoogleapps11613 ай бұрын
I do have the same problem. Can you share the solution here? Thanks a lot for your effort. Oh, wait if I use the same table name "place" or make a view with the that name in Supabase the it seems to work
@coffeebytez2 ай бұрын
I have updated code in the link in the description.I also have a newer article that includes optimized code: medium.com/@coffeebytez/flutter-flow-map-custom-markers-using-custom-data-types-and-action-blocks-006c022d49db
@IshfaqunNisa3 ай бұрын
Hey Chris, thank you very much for the video! I have one question, is there any way to add labels to the markers so that those show on the map and doesnt require tapping on them first?
@coffeebytez2 ай бұрын
Yes, using a custom widget instead of an image
@ivanberestevich619510 ай бұрын
Hello! Thank you very much for your guide!! But i got one error:( When FlutterFlow check custom Widgets, I got error: "The name 'PlaceRow' isn't a type, so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'PlaceRow'." And second error: "The property 'imageUrl' can't be unconditionally accessed because the receiver can be 'null'. Try making the access conditional (using '?.') or adding a null check to the target ('!')." Can you help me, please?
@coffeebytez10 ай бұрын
Hi, you're welcome, glad it was helpful! The first error may be from not having Supabase set up in Flutter Flow. For the second one you can make the parameter non nullable.
@NGStudios-w6y10 ай бұрын
Hello, is it possible to draw a line (red or any color) that shows the person's current point to the future point where they want to go?
@coffeebytez10 ай бұрын
Yes using Google Map Polylines
@manuelquintana71295 ай бұрын
It works perfectly for me when I publish to Web but when I compile the apk from flutterflow.. I only get a blank page and the map does not load... can you help me? 😢
@coffeebytez5 ай бұрын
Hi, yes send a message to the email in my description. Could be a missing API key or missing permissions
@manuelquintana71295 ай бұрын
@@coffeebytez i will !! Thanks you 🤝
@JoshuaEdmond17 күн бұрын
Awesome library, but I'm getting a permissions error when trying to add it to my project. Any suggestions?
@coffeebytez17 күн бұрын
Which map are you attempting to use? Also if it’s referring to map setup, follow flutter flows google map setup, create a blank page and drag flutterflow google map on it. They won’t add the API keys for you unless you do that
@JoshuaEdmond17 күн бұрын
@@coffeebytez After you mentioned it, I added the google map widget to an empty page, but I had already manually setup my APIs. I'm still getting the error, so IDK.
@coffeebytez16 күн бұрын
@JoshuaEdmond Make sure to choose version "current". If you want you can screenshot the errors and send me an email
@Cesarkzz7 ай бұрын
Hi, how to only convert the lat long from supabase to flutterflow gmaps or mapbox?
Hi, thank you for the tutorial. It has been most insightful. How did you get around the android and iOS api key requirements for the google maps placed on the bank page along with the images we’d be using for the custom widget?
@coffeebytez7 ай бұрын
Hi, I added the iOS and Android API keys. It doesn't get added automatically without adding the flutterflow maps on a blank page. Also put the images I'm using on the same blank page so they get added as well. I think there is an option for images now though in settings. Does that answer your questions?
@Viju4897 ай бұрын
@@coffeebytezthink I’m a little lost, I added the google maps widget to a blank page but the api keys did not follow.. Where do you get the api keys from?
@coffeebytez7 ай бұрын
I see, Flutter Flow has a tutorial on adding them: docs.flutterflow.io/settings-and-integrations/integrations/google-maps
@Viju4897 ай бұрын
@@coffeebytez thank you
@coffeebytez7 ай бұрын
@@Viju489 you're welcome
@alejandromontoyasanchezdel53929 ай бұрын
hello! thanks for the video it was really usefull, however, I am receiving a null image from the path that is pointing to an image in a supabase bucket, do you know what may be the reason? I tried use a public bucket and I added the policy Give anon users access to JPG images, additionally I tried with png and jpeg but nothing worked. Once again, thank you very much!
@coffeebytez9 ай бұрын
The only thing I can think of is the column not being named the same as what's in the video and article
@alejandromontoyasanchezdel53929 ай бұрын
@@coffeebytez I realised that when I downloaded the code, the API KEY wasn't added into the AndroidManifest.xml so I didn't work in my phone, neither when I tried to test it in the web application, so once again thank you very much for the video great content!
@coffeebytez9 ай бұрын
Yes make sure to add a blank page with FlutterFlows map, so it adds the keys for you
@yuryartamonov7657 ай бұрын
Hello Chris. Thank you for your video and code. Maybe I misunderstood something. I need special marker image for each location. But in someway when I'm in test mode I see default ones. I made blank page with map and image but still in test mode I have it.
@coffeebytez7 ай бұрын
I remember in Test mode the custom markers didn't show, but when you ran the app locally or deployed, it worked. I thought they fixed that though. I'll try it out when I get a chance.
@yuryartamonov7657 ай бұрын
@@coffeebytez Thank you
@onedayapp35348 ай бұрын
Hii ! Im struggling with query cache with supabase queries, I dont know how to cache the queries that generates the childre so it doesnt make the query everytime the page loads
@coffeebytez8 ай бұрын
You would need to do an app level cache
@adonis28465 ай бұрын
Hey Chris, thank you for the videos. Would you be up for doing a little development? There is a feature that I want in my app that is very similar to what you have done here.
@coffeebytez5 ай бұрын
Hi, no problem. Sure my email is linked in the description.
@atheer334310 ай бұрын
Hello, thank you for the video hard to find Supabase used with flutterflow videos. Would it be possible to filter a list based on the closest to the current location of a user? Thank you in advance
@coffeebytez10 ай бұрын
Hi, you're welcome! Yes, that would be possible with PostGIS. Supabase has a video on this: kzbin.info/www/bejne/l5ippHp6f92draM . You could also use Google's Nearby Search from their Places API: developers.google.com/maps/documentation/places/web-service/nearby-search
@coffeebytez19 күн бұрын
There is actually another way to do this using the Distance Matrix API from google
@Manu-li1rw9 ай бұрын
hi there can you create a video on how to add Google Map Polylines in Flutterflow? thanks!
@coffeebytez9 ай бұрын
Sure
@Hannesdollner8 ай бұрын
Create video! Thanks a lot. Can you please let us all know how to apply a map style created by Google Maps Plattform Style Wizzard. How can I pass the map style id to supabasemap.
@coffeebytez8 ай бұрын
I haven't used that before. I'll look into it
@HannesLichert7 ай бұрын
@@coffeebytez did you have any Chance to Look into it? Would really appreciate
@coffeebytez7 ай бұрын
Check this out: dev.to/ayevbeosa/styling-google-maps-in-your-flutter-app-4gel
@allanchaves965810 ай бұрын
Hi Chris! Congratulations on the video. it helped a lot. Please, would it be possible to use SUPABASE to perform live tracking? I looked for different content, but I found it only for Firebase but not for Supabase. Please can you help me?
@coffeebytez10 ай бұрын
Yes, you can! Supabase allows you to listen to real-time data changes on the client side: supabase.com/docs/guides/realtime?language=dart