Add Polylines in Google Maps | FlutterFlow

Поделиться
HTML-код
  • Опубликовано: 16 янв 2025

Комментарии • 39

  • @BoxOutCeltics
    @BoxOutCeltics 17 дней назад +1

    If I decide to implement that code, I definitely will buy it from you. You're awesome. And your insights in FF Community are helpful, too.

    • @stevenyliu
      @stevenyliu 17 дней назад

      Appreciate the support thank you :)

  • @lobosfurnitures3945
    @lobosfurnitures3945 25 дней назад +1

    Thank you so much sir, this lesson was really a life saver, A lot of people will be glad to see a tutorial on turn by turn navigation like Strava clone, it will be mind blowing

  • @mohammedhoussam-u5l
    @mohammedhoussam-u5l 23 дня назад

    thank you Great tutorial

  • @lobosfurnitures3945
    @lobosfurnitures3945 25 дней назад +1

    I have subscribed too, this channel is a Gem

  • @mhonnczedz1
    @mhonnczedz1 10 дней назад

    You're tutorials are so gooood. Thank you very muchh!!!
    Can I request a tutorial? A tutorial that follows the polyline, it updates as you follow the path just like in google maps navigations.
    Going back, very good videos, I have been applying what I learned from your videos to my own project. Thank you very much.

  • @MyInspireSphere
    @MyInspireSphere 26 дней назад

    Great tutorial

  • @delapeakierven8491
    @delapeakierven8491 21 день назад +1

    "Thank you For creating such toturial it helps me alot in my current project and I have a question: can the markers for the label named 'origin' also be used to track its current location in real-time, similar to how Google Maps works?"

  • @Craft_Magic_Studio
    @Craft_Magic_Studio 18 дней назад

    Can u please make a complete guide on how to make a app like uber, ola on flutter flow

  • @asd17316
    @asd17316 2 дня назад

    Thanks for the helpful information. Everything worked out, but I can't get the time and distance - all the time is null, although I get the time and distance in the API tests themselves. If you have thoughts and experience with a similar case, please share your advice

    • @StevenNoCode
      @StevenNoCode  2 дня назад

      Is there any error on google chrome console?

    • @asd17316
      @asd17316 2 дня назад

      @@StevenNoCode Yes, there are 10 errors and all are unclear, I will try to buy your application and check

  • @markuzuan_23
    @markuzuan_23 8 дней назад

    You're a lifesaver! This is my very main problem when developing our thesis project. But can I ask if where can I find or where did you upload the source code for the custom codes for widgets and function? That'll help us a lot. Thank you.

    • @StevenNoCode
      @StevenNoCode  8 дней назад +1

      You can find it in the description by supporting me :)
      Otherwise the pub dev package has very good docs on implementing it.

    • @markuzuan_23
      @markuzuan_23 8 дней назад

      @@StevenNoCode well that would be cool, can I ask if you are using supabase? If so, what do we import if we were using firebase?

    • @StevenNoCode
      @StevenNoCode  8 дней назад +1

      @@markuzuan_23 It doesn't matter if you're using supabase or firebase. this package is not dependent on a database.

    • @markuzuan_23
      @markuzuan_23 7 дней назад

      @@StevenNoCode Thanks for your help. I really appreciate your efforts, expecting more contents from you in FlutterFlow😇

  • @BoxOutCeltics
    @BoxOutCeltics 20 дней назад +1

    Great work. Could you share the code for the custom widget, or is that something we have to pay for? Either way, nice work, and thank you.

    • @StevenNoCode
      @StevenNoCode  17 дней назад

      It would be amazing if you can support me :) I’ve seen similar code sell for higher…

  • @hindrech_24
    @hindrech_24 5 дней назад

    Hi, good day! Can I use data from database in this tutorial like there's a location data in each destination (in the database) then the origin is the current device location?? Cause I don't use place picker in my project.

    • @StevenNoCode
      @StevenNoCode  5 дней назад +1

      Yes, the custom widget simply takes 2 sets of lat long so that lat long can be from whatever source you want.

    • @hindrech_24
      @hindrech_24 3 дня назад

      ​​@@StevenNoCode what will be the possible errors if the page won't display or crashed?

    • @StevenNoCode
      @StevenNoCode  3 дня назад

      @@hindrech_24 Best to check Chrome console log.

  • @sujaritnrc
    @sujaritnrc 24 дня назад

    waiting to loooong

    • @StevenNoCode
      @StevenNoCode  24 дня назад

      Sorry what did you mean by that? :)

    • @sujaritnrc
      @sujaritnrc 24 дня назад

      @@StevenNoCode sorry, i mean, i'm waiting like this tutorial so long. :D

    • @StevenNoCode
      @StevenNoCode  24 дня назад +1

      ​@@sujaritnrc Haha Christmas present for you then :) Making tutorials get tiring at times

  • @gaouiaimen5417
    @gaouiaimen5417 15 дней назад

    i'm having an issue, it's saying that there's an error with " import '/custome_code/actions/index.dart/' and it can't find the file path ?

    • @StevenNoCode
      @StevenNoCode  14 дней назад

      feel free to remove it as that was related to something else in my project. the import are as follows:
      // Automatic FlutterFlow imports
      import '/flutter_flow/flutter_flow_theme.dart';
      import '/flutter_flow/flutter_flow_util.dart';
      import '/custom_code/widgets/index.dart'; // Imports other custom widgets
      import '/flutter_flow/custom_functions.dart'; // Imports custom functions
      import 'package:flutter/material.dart';
      // Begin custom widget code
      // DO NOT REMOVE OR MODIFY THE CODE ABOVE!
      import 'package:google_maps_flutter/google_maps_flutter.dart' as google_maps;
      import 'package:flutter_polyline_points/flutter_polyline_points.dart';

  • @Gameothrone813
    @Gameothrone813 26 дней назад

    How to Bro option like click location icon button then show google map location 📍 in flutterflow plzzz make video

    • @StevenNoCode
      @StevenNoCode  24 дня назад

      Unsure what you mean here…if you use the default FlutterFlow map widget, there is a current location button by default and when you click on it, it centres on the user

    • @Gameothrone813
      @Gameothrone813 24 дня назад

      @StevenNoCode no bro I tell you like address icon click then open google map show location address so clickable

    • @StevenNoCode
      @StevenNoCode  24 дня назад

      @@Gameothrone813 I feel like I've partly covered this in another tutorial where I allow the user to search things based on an entered google address.
      ruclips.net/video/29Oz0LI8j68/видео.html

    • @Gameothrone813
      @Gameothrone813 24 дня назад

      @@StevenNoCode plzzz make video bro fast 🚀

    • @StevenNoCode
      @StevenNoCode  24 дня назад

      ​@@Gameothrone813 haha I don't get paid enough by RUclips to do that :)

  • @asd17316
    @asd17316 День назад

    Steven, I solved my problem thanks to your FF project, thank you!
    I have a question, Google API has already charged me $4 for one test, have you also been charged money?

    • @StevenNoCode
      @StevenNoCode  День назад

      Not possible and that's too high for one API call (and there's a lot of free usage from Google) - please check your billing to understand the breakdown
      console.cloud.google.com/billing

    • @asd17316
      @asd17316 21 час назад

      @ thanks, I’ll be watching