AI with Flutter
AI with Flutter
  • Видео 233
  • Просмотров 1 003 919
How to Draw Polygon & Polyline on Google Maps in Flutter 2024
📌 Subscribe - shorturl.at/uCET4
In this video, you will learn how to create polygon and polyline in google map flutter. Polygon is used to represent area while Polyline is used to define routes in google maps flutter. Watch the video for more implementation details !
If you enjoyed this video be sure to give it a like and subscribe for more!
Hvis du likte denne videoen, sørg for å like den og abonner for mer!
📚 Packages :
pub.dev/packages/google_maps_flutter
pub.dev/packages/google_maps_flutter_android
⏳ TIMESTAMPS :
00:00 Project Intro
00:25 Draw Polygon
04:07 Draw Polyline
#GoogleMapFlutter #flutter #fluttertutorialforbeginners
Просмотров: 330

Видео

How to display Google Map in flutter - Adding Custom Marker #2
Просмотров 326День назад
📌 Subscribe - shorturl.at/uCET4 In this video, you will learn how to add custom marker in google map flutter. You can add markers to google map to indicate specific points of interest. Watch the video for more implementation details ! If you enjoyed this video be sure to give it a like and subscribe for more! Hvis du likte denne videoen, sørg for å like den og abonner for mer! 📚 Packages : pub....
How to display Google Map in flutter - Installation & Configuration #1
Просмотров 1,2 тыс.День назад
📌 Subscribe - shorturl.at/uCET4 In this video, you will learn how to integrate google maps into your flutter project which includes installing dependencies, obtaining google maps API key, configuring SDK for both android and iOS and display google maps widget in the flutter app. This google maps flutter integration tutorial is completely beginner friendly. Watch the video for more implementatio...
Flutter News App with Search Suggestion - Episode 2
Просмотров 635Месяц назад
🔥 Source Code - shorturl.at/VYYov 📌 Subscribe - shorturl.at/uCET4 In this video, you will learn how to create a news app with search suggestion in flutter. This video will show you step by step guide on building search suggestion. If you are new to this news app tutorial, make sure you checkout to episode 1 which builds the news app layout before you continue. 🔔 Episode 1 - shorturl.at/FYrg7 If...
Flutter News App with Search Suggestion - Episode 1
Просмотров 793Месяц назад
🔥 Source Code - shorturl.at/VYYov 📌 Subscribe - shorturl.at/uCET4 In this video, you will learn how to create a news app with search bar in flutter. This news app flutter project tutorial will focus in two section, first section will be building the layout of the news app while second section will be building a responsive search bar with suggestion functionality. Watch the video for more implem...
Flutter Animated Text Scroll Effect - Marquee Text
Просмотров 591Месяц назад
In this video, you will learn how to create marquee text in flutter. If you wish to display a string of text in a widget such that the text appears to automatically scroll or move from left to right, marquee text is what you are looking for. Text marquee is a widget for Flutter that scrolls text infinitely. Watch the video for more implementation details ! If you enjoyed this video be sure to g...
How to use auto router in Flutter | Flutter Navigation and Routing
Просмотров 1,3 тыс.2 месяца назад
In this video, you will learn how to route between screens using auto route package in flutter. Auto Route is Flutter navigation package that allows for strongly-typed arguments passing, effortless deep-linking and code generation to simplify routes setup. This tutorial will go through auto route package step by step from scratch. It's totally beginner friendly. Watch the video for more impleme...
Simple and Advanced JSON Serialization in Flutter | JSON to Dart
Просмотров 1,3 тыс.2 месяца назад
In this video, you will learn JSON serialization in flutter. JSON serialization is the process of converting json to dart and vice versa. Encoding and serialization are the same thing-turning a data structure into a string. Decoding and deserialization are the opposite process-turning a string into a data structure. There are two methods of JSON serialization which are manual(Simple) and automa...
[FIXED] flutter container border radius not working
Просмотров 1 тыс.3 месяца назад
In this video, you will learn how to apply border radius correctly to the child of a container widget. Whenever you display and image widget inside a container widget with border radius applied in container's box decoration, you will found out the the border radius does not reflect in the image widget. This is because the image widget is not clipped to the container while box decoration paints....
How to create Flutter Expansion Tile in 5 minutes
Просмотров 1,1 тыс.3 месяца назад
In this video, you will learn how to create expansion list tile in flutter. Expansion tile is a single-line ListTile with an expansion arrow icon that expands or collapses the tile to reveal or hide the children. Not only that, in this video, you will learn how to remove divider line in flutter expansion tile widget. Watch the video for more implementation details ! Subscribe to our channel 👉 s...
How to Store Data In Flutter Secure Storage
Просмотров 2,4 тыс.3 месяца назад
In this video, you will learn how to store, read and delete data in Flutter Secure Storage. Flutter Secure Storage provides API to store data in secure storage. Keychain is used in iOS, KeyStore based solution is used in Android. Flutter Secure Storage is more likely the same as shared preferences but with additional layer of security. Flutter Secure Storage is mainly used to store sensitive da...
Beginner's Guide to Adding Shadows in Flutter Widgets | BoxShadow Tutorial
Просмотров 8394 месяца назад
In this video, you will learn how to add shadow to the widget in flutter. BoxShadow is a built-in widget in flutter, whose functionality is to cast shadow to a box. BoxShadow in flutter provides few customization such as color, spread radius, blur radius and most importantly offset. By modifying offset value, you can make your shadow to move any extent to display only top or only bottom. Watch ...
How to make app bar non sticky in flutter | Flutter Sliver
Просмотров 1,2 тыс.4 месяца назад
In this video, you will learn how to make flutter appbar non sticky using sliver widget. A sliver is a portion of a scrollable area that you can define to behave in a special way. By using flutter sliver appbar widget, you can customize your appbar either sticky or non-sticky. Watch the video for more implementation details ! Subscribe to our channel 👉 shorturl.at/uCET4 If you enjoyed this vide...
Building a Reorderable List in Flutter : A Step-by-Step Guide
Просмотров 1,1 тыс.4 месяца назад
In this video, you will learn how to create reorderable Listview in flutter. Reorderable Listview in flutter behaves the same as normal Listview except for a callback to rearrange the respective indexes that we receive. Watch the video for more implementation details ! Subscribe to our channel 👉 shorturl.at/uCET4 Hvis du likte denne videoen, sørg for å like den og abonner for mer! If you enjoye...
Unit Test with Mockito in Flutter
Просмотров 3,1 тыс.4 месяца назад
In this video, you will learn how to use mockito to test flutter code by generating mocks, stubbing data and performing tests. Unit testing in flutter can be complex especially when the method or class consists of dependencies like http network request. By using mockito package, we can mock the network request or any dependencies without actually depending on the actual dependencies. Watch the ...
How to Create a Timer in Flutter in 5 Minutes
Просмотров 6864 месяца назад
How to Create a Timer in Flutter in 5 Minutes
How to build apk file in Flutter
Просмотров 7 тыс.4 месяца назад
How to build apk file in Flutter
How to use PopScope Widget in Flutter with Example
Просмотров 6 тыс.5 месяцев назад
How to use PopScope Widget in Flutter with Example
How to display PDF in Flutter in Just 6 Minutes !
Просмотров 2,6 тыс.5 месяцев назад
How to display PDF in Flutter in Just 6 Minutes !
How To Create A Flutter Date Picker in Just 4 Minutes !
Просмотров 1,8 тыс.5 месяцев назад
How To Create A Flutter Date Picker in Just 4 Minutes !
How to Cache Network Image in Flutter
Просмотров 1,6 тыс.5 месяцев назад
How to Cache Network Image in Flutter
How to preserve scroll position in flutter
Просмотров 8876 месяцев назад
How to preserve scroll position in flutter
TOP 5 best practices to improve Flutter App Performance
Просмотров 2,2 тыс.6 месяцев назад
TOP 5 best practices to improve Flutter App Performance
Go_Router: Flutter Navigation Made Easy
Просмотров 6246 месяцев назад
Go_Router: Flutter Navigation Made Easy
Flutter vs FlutterFlow | Should you code yourself ?
Просмотров 8 тыс.6 месяцев назад
Flutter vs FlutterFlow | Should you code yourself ?
Easy way to localize your flutter app | Localization in Flutter
Просмотров 3,7 тыс.6 месяцев назад
Easy way to localize your flutter app | Localization in Flutter
How to create GridView layout in Flutter | Flutter GridView
Просмотров 6567 месяцев назад
How to create GridView layout in Flutter | Flutter GridView
Flutter Web Scroll Animation using Global Key
Просмотров 6987 месяцев назад
Flutter Web Scroll Animation using Global Key
World's First AI Software Engineer - Devin
Просмотров 5457 месяцев назад
World's First AI Software Engineer - Devin
Flutter Web Scroll To Section Tutorial | Flutter Animation
Просмотров 1,2 тыс.7 месяцев назад
Flutter Web Scroll To Section Tutorial | Flutter Animation

Комментарии

  • @Raza-xr9cv
    @Raza-xr9cv День назад

    What if i kill the app, and start again. Will the images available?

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

    Bro your master 🎉

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

    gracias, me sirvió mucho

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

    Beautifully explained, I wish I could like twice! Thank you

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

      Thanks for your kind words. Appreciate that 🙏

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

    The website says it only recognizes Chinese, Devanagari, Japanese, Korean and Latin. But in your example you used an image with English text, so does it work for English texts too?

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

      Same problem man

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

      Hi 👋, English texts is formed by Latin characters.

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

      Hi 👋, English texts is formed by Latin characters.

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

    Thx

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

    for building MacOS app, which one is the best between .net maui, KMP, or flutter? no i don't want to use swift.

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

    Works perfectly, thank you bro!

  • @huzamhussain5432
    @huzamhussain5432 4 дня назад

    This video helps alot. Thanks bro!

  • @NadeeshaLakmal-w1n
    @NadeeshaLakmal-w1n 5 дней назад

    Successfully wasted 2 minutes.

  • @memoriesR-
    @memoriesR- 5 дней назад

    There is a new google maps package for turn by turn navigation, could you make a tutorial on how to use it?

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

    Very good series in flutter firebase. Speed well paced, clear english and updated code. Thanks

  • @halmalasima
    @halmalasima 6 дней назад

    I found you a professional programmer how can i contact you

  • @shayanahmed1418
    @shayanahmed1418 6 дней назад

    Is there any way to use directions in google maps in flutter without billing for testing purpose only?

    • @AIWithFlutter
      @AIWithFlutter 4 дня назад

      Hi 👋, google map platform provides $200 free credits MONTHLY for map api usage. You will only need to pay after exceeding the free credits. Even though there are free credits but billing setup is mandatory to obtain the api key.

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

    I want to add interceptor to Dio so I'm able to get more details from the requests. Is there a way to do that?

  • @RahulKumar-wl5yx
    @RahulKumar-wl5yx 10 дней назад

    Awsome video with simple and easy english for understanding. Best video for deploying.......😍😍👌👌👌👌👌

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

      Thanks man ! Appreciate that 🙏

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

    You just leaked your key ... haha

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

    I understood the concept of Inherited Widget. But as per your video we can easily access the age by defining it globally somewhere like in Constants.dart and we can get access to it anywhere. So why make it complicated by using Inherited Widget? Please clear my doubt.

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

    thanks, this helps

    • @AIWithFlutter
      @AIWithFlutter 4 дня назад

      Glad it helped ! Appreciate that 🙏

  • @harshikakondu4918
    @harshikakondu4918 11 дней назад

    works fine for static data but please help me to do it to dynamic data.

  • @unclebob5644
    @unclebob5644 11 дней назад

    Wow this is the best flutter tutorial i have seen man. Good work. Completely working

  • @ahmadmokhtar8175
    @ahmadmokhtar8175 11 дней назад

    not help me

    • @AIWithFlutter
      @AIWithFlutter 11 дней назад

      Hi, thanks for your feedback. Would be more than willing to help if you could provide more details. Thanks.

    • @ahmadmokhtar8175
      @ahmadmokhtar8175 11 дней назад

      @@AIWithFlutter how I can add in file main.dart when i added it an error happens

  • @miguelvasconcelos3166
    @miguelvasconcelos3166 11 дней назад

    Bro, you saved me. I spent an hour and a half trying to resolve this problem. I really love you 💟

    • @AIWithFlutter
      @AIWithFlutter 11 дней назад

      Hey man, glad it helps. Appreciate that 🙏

  • @keilerguardo2164
    @keilerguardo2164 11 дней назад

    Thank you very much!

  • @701abishar8
    @701abishar8 11 дней назад

    Can i run these commands in Android studio?

    • @AIWithFlutter
      @AIWithFlutter 11 дней назад

      Hi, yes you can run these command in android studio terminal.

  • @SheshipreethamYedugani
    @SheshipreethamYedugani 12 дней назад

    It's not working for mobile it works for web only

  • @raghavendra6978
    @raghavendra6978 12 дней назад

    thank you :)

  • @alf2892
    @alf2892 16 дней назад

    how to do in flutterflow?

    • @NceLaz
      @NceLaz 12 дней назад

      same ListView and switch to horizontal

  • @aouadicharaf1038
    @aouadicharaf1038 16 дней назад

    ❤❤❤

  • @drancerd
    @drancerd 19 дней назад

    Can it be used to 'download' forms as html, from a server (ex: supabase)?????

  • @hassaananjum1245
    @hassaananjum1245 19 дней назад

    where can i get the source code for this ?

  • @lualbertovargas8826
    @lualbertovargas8826 20 дней назад

    Una duda por que en public no se supone que estas en web

  • @mudspringer
    @mudspringer 21 день назад

    Great vid.

  • @rebekahwells4307
    @rebekahwells4307 22 дня назад

    Why didn't mine generate the firebase.json file in the root??? after firebase installation complete.

  • @MysticLykos
    @MysticLykos 23 дня назад

    thanks boi

  • @adhdaddventure
    @adhdaddventure 23 дня назад

    Sadly this does not work in the latest SDK.

  • @meandmydodge
    @meandmydodge 25 дней назад

    Good One Brother, Subscribed.

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

    ❤❤❤

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

    excellent bro

  • @pravinprince3221
    @pravinprince3221 27 дней назад

    Thank you for the wonderful video sir, it is so helpful for me and my team thanks sir

  • @pravinprince3221
    @pravinprince3221 27 дней назад

    Thank you sir for the wonderful video

  • @PremKumar-dd7kg
    @PremKumar-dd7kg 27 дней назад

    This is great❤

  • @tutosolve
    @tutosolve 28 дней назад

    clear, easy to learn . Thanks.

  • @aouadicharaf1038
    @aouadicharaf1038 29 дней назад

    ❤❤❤

  • @Nanashi-rq7lk
    @Nanashi-rq7lk 29 дней назад

    Excellent tutorial

  • @anisurrehman4274
    @anisurrehman4274 Месяц назад

    thanks for informative tutorial

  • @oswaldoolea2889
    @oswaldoolea2889 Месяц назад

    nice video, well paced and explained, thanks

  • @u_world4942
    @u_world4942 Месяц назад

    via these ads can we earn

    • @AIWithFlutter
      @AIWithFlutter Месяц назад

      Yes, you can earn when user click on the ads.

  • @yohanespradono5224
    @yohanespradono5224 Месяц назад

    is KMP still in experimental phase as of today?

    • @AIWithFlutter
      @AIWithFlutter Месяц назад

      It’s production ready but I don’t see a complete app built by KMP as of now. But I do know companies working on integrating KMP components into their existing native app.

  • @myinh3485
    @myinh3485 Месяц назад

    What emulator software are u using?

    • @AIWithFlutter
      @AIWithFlutter Месяц назад

      Hi, it’s android studio built in emulator. It comes together with android studio installation.