very well done. It is the only tutorial for dynamic map with mapbox and flutterflow. I'm searching this one for a while. If you elaborate this in part 2 and 3 with custom markers, it will be great.
It looks great! However I couldn’t do this. When I try to compile my code FlutterFlow displays that my widget is empty. I asked Chat GPT to check the code even after that it persists. I don’t know what is wrong
Hi KingsAppDesign, I tried to replicate what you did in the video. However, the map is not appearing on the screen. I can see only one marker in the middle of the screen with a blank background. Is there anyway you can help me?
Great video bro. But when compiling I'm getting 2 errors. Please can you help me. 1 error with the Child parameter which is required. And the second error tells me that the build parameter is not defined.
I got the markers from a firestore query which fires at page load but the map only shows after i click on the page and also when i navigate to another page and back it doest work also not if i click somewhere in the page.
Hi! I don't know why, but I've tried this code thrice already in flutterflow, but it keeps saying that marker should have The named parameter 'child' is required, but there's no corresponding argument. And then for the builder, The named parameter 'builder' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name . Can you please help me? I'm really having a hard time.
Hi, the issue is actually that you are using the updated version of flutter_map, which I didn’t use for this video. The versions I was using in this video are: flutter_map: ^5.0.0 & latlong2: ^0.9.0. Hope this helps!
Thank you so much! I'd like to know the steps to get code app from FlutterFlow to VS Code for editing and self-learning. Could you provide some guidance, additionally, can you show me how to merge these code segments together. I'm new to Flutter and FlutterFlow.
very well done. It is the only tutorial for dynamic map with mapbox and flutterflow. I'm searching this one for a while. If you elaborate this in part 2 and 3 with custom markers, it will be great.
Part 2 comes out tommorow!
Curious to see.@@KingsAppDesign
Awesome ! waiting for part 2
Great job. waiting for part 2
Next part pleasee! :) awesome video!
It looks great! However I couldn’t do this. When I try to compile my code FlutterFlow displays that my widget is empty. I asked Chat GPT to check the code even after that it persists. I don’t know what is wrong
This still working? Im try replicate this widget into my FF aplication, but not working, maybe has some dependencies error.
Hi KingsAppDesign,
I tried to replicate what you did in the video. However, the map is not appearing on the screen. I can see only one marker in the middle of the screen with a blank background. Is there anyway you can help me?
Found my solution. Turns out, I missed to add layers in the mapbox style. Without the layers, the map will be blank
Very helpful
Great video bro. But when compiling I'm getting 2 errors. Please can you help me. 1 error with the Child parameter which is required. And the second error tells me that the build parameter is not defined.
same with me
change build to child like this
void addMarkersToMap(List? points) {
for (LatLng point in points!) {
allMarkers.add(
Marker(
point: ll.LatLng(point.latitude, point.longitude),
height: 12,
width: 12,
child: Icon(
Icons.location_pin,
color: Colors.red,
),
),
);
}
}
or change the versio is more correct flutter_map: ^5.0.0 & latlong2: ^0.9.0.
@@andrefernando790 thanks you bro!!!
@@andrefernando790 work wonderfull !!! But my style dont work.. i need use "mapbox/streets-v12" but nice !
genial gracias.. pls haz un video con marks from firebase ty..
I got the markers from a firestore query which fires at page load but the map only shows after i click on the page and also when i navigate to another page and back it doest work also not if i click somewhere in the page.
Holy s this was on another level than your beginner tutorial of a to do app, where I understood what I was doing. Thanks though
Yes, haha it is quite the jump!
My lat and long are in separated variables, the latlng list requires they together,; how can i solve it if i work with xano ?
part 2 nowwww! haha thanks man
очень классный проект! Спасибо большое!
Hi! I don't know why, but I've tried this code thrice already in flutterflow, but it keeps saying that marker should have The named parameter 'child' is required, but there's no corresponding argument. And then for the builder, The named parameter 'builder' isn't defined.
Try correcting the name to an existing named parameter's name, or defining a named parameter with the name .
Can you please help me? I'm really having a hard time.
i use the updated version of flutter_map and latlong2 but it's just not working for me :(.
Hi, the issue is actually that you are using the updated version of flutter_map, which I didn’t use for this video. The versions I was using in this video are: flutter_map: ^5.0.0 & latlong2: ^0.9.0. Hope this helps!
@@KingsAppDesignThere solution for current version? I did like version you say, but not show the map, just the markers... 😢 ...this with mapsbox...
Tengo el mismo problema, solo puedo ver los marcadores @@lgk9564
@@lgk9564 when you fix this plz tell us
Thank you so much! I'd like to know the steps to get code app from FlutterFlow to VS Code for editing and self-learning. Could you provide some guidance, additionally, can you show me how to merge these code segments together. I'm new to Flutter and FlutterFlow.
Did you get the solution brother
@@nikhilkamble7585 Thank you, bro! I still don't know any solution
@@nikhilkamble7585 I still don't know any solution. You bro?
cool map but can i replace the marker shape with my own icon or image ?
can you pls share the final widget code? so I'll import right away inside my FF
Hi Gabriele, I have all the code posted in my discord channel! discord.gg/WvnrM4fewB
think all flutterflow users waiting this content somewhere loool
please make a video for map direction route
I will as soon as I have time!
Подскажи почему у Marker выдает ошибку если написать builder? автокомплит дает подставить только build и child
You may have the wrong package dependency. I am using a package that’s slightly outdated. Check the flutter_map version.
cool bro do yiu have discord
Yes! discord.gg/WvnrM4fewB