AI with Flutter
AI with Flutter
  • 227
  • 918 904
How to use auto router in Flutter | Flutter Navigation and Routing
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 implementation details !
Subscribe to our channel 👉 shorturl.at/uCET4
If you enjoyed this video be sure to give it a like and subscribe for more!
ChatGPT: Here's how to get a job at Google, Meta, Tesla ...
th-cam.com/video/yjr2je3YihU/w-d-xo.html
ChatGPT generates NFTs ! New Passive Income With ChatGPT !
th-cam.com/video/ULqdnlee4CM/w-d-xo.html
I Lost $XXX after OpenAI's Secret Key LEAKED !!
th-cam.com/video/nE5kaOKz2bw/w-d-xo.html
Web Scraping using ChatGPT | Coded by ChatGPT
th-cam.com/video/MZrW-jbcmcI/w-d-xo.html
Flutter ChatGPT using OpenAI's GPT-3 | Flutter Chatbot
th-cam.com/video/7AsHNDb0Vdo/w-d-xo.html
How to Manage State Using Flutter GetX | Flutter State Managementth-cam.com/video/g4NOAWyiMkM/w-d-xo.html
How to Manage State Using Flutter Provider | Flutter State Managementth-cam.com/video/ep6PC6QHpEc/w-d-xo.html
How to Solve Vertical viewport was given unbounded height | Flutter Common Error
th-cam.com/video/HNhFtmucc2w/w-d-xo.html
Installation & Configuration | Flutter Firebase Tutorial #1
th-cam.com/video/IAVIPbZI5GE/w-d-xo.html
Firebase RealTime Database (CRUD) | Flutter Firebase Tutorial #3
th-cam.com/video/4iQeSN1zGs4/w-d-xo.html
How To Create A Flutter Table Calendar In Just 5 Minutes!
th-cam.com/video/6Gxa-v7Zh7I/w-d-xo.html
Dropdown in Flutter for creating flexible, reusable user interfaces
th-cam.com/video/on4C74-dzZo/w-d-xo.html
Object-oriented Programming in Dart
th-cam.com/play/PLuJCX405YaLnQesHWqvrxqoSHzgcR5Asv.html
Flutter Project Ideas
th-cam.com/play/PLuJCX405YaLkk2Ejg-pmafjH4p4xYHjHC.html
Flutter Package Tutorials
th-cam.com/play/PLuJCX405YaLkscz22os2PrXRtJQbUDiId.html
#fluttertutorialforbeginners
มุมมอง: 665

วีดีโอ

Simple and Advanced JSON Serialization in Flutter | JSON to Dart
มุมมอง 72421 วันที่ผ่านมา
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
มุมมอง 651หลายเดือนก่อน
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
มุมมอง 643หลายเดือนก่อน
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
มุมมอง 1.4K2 หลายเดือนก่อน
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
มุมมอง 5112 หลายเดือนก่อน
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
มุมมอง 7772 หลายเดือนก่อน
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 make 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 video be ...
Building a Reorderable List in Flutter : A Step-by-Step Guide
มุมมอง 6612 หลายเดือนก่อน
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 If you enjoyed this video be sure to give it a like and subscribe for more! ChatGP...
Unit Test with Mockito in Flutter
มุมมอง 2.1K2 หลายเดือนก่อน
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
มุมมอง 5532 หลายเดือนก่อน
In this video, you will learn how to create and manage timer in your flutter app. Timer in flutter allows you to execute a callback periodically which you can used to create a timer app or implements countdown feature. However, there are actually more that you can perform using timer. For example, you can make network request in background using timer to update user's location coordinates. Watc...
How to build apk file in Flutter
มุมมอง 4.4K2 หลายเดือนก่อน
In this video, you will learn how to build android apk file in flutter. APK stand for Android Package Kit. APK file refers to the binary file format used to package Android application. APK is the file that developer used to upload and distribute app in google playstore. Watch the video for more details ! Subscribe to our channel 👉 shorturl.at/uCET4 If you enjoyed this video be sure to give it ...
How to use PopScope Widget in Flutter with Example
มุมมอง 4.1K3 หลายเดือนก่อน
In this video, you will learn how handle system navigation using flutter popscope. Flutter PopScope class manages system back gestures. WillPopScope is deprecated and PopScope will be replacing it's functionality. System navigation bar comes from device itself rather than from your flutter app, hence in some cases, it's important to handle it to make sure the app don't dispose or remove importa...
How to display PDF in Flutter in Just 6 Minutes !
มุมมอง 1.9K3 หลายเดือนก่อน
In this video, you will learn how display pdf in flutter using flutter_cached_pdfview package. This package not only able to display pdf in your flutter app but also provide caching mechanism. If you are looking for flutter pdf viewer, this video provides step by step guide. Watch the video for more implementation details ! Subscribe to our channel 👉 shorturl.at/uCET4 If you enjoyed this video ...
How To Create A Flutter Date Picker in Just 4 Minutes !
มุมมอง 1.4K4 หลายเดือนก่อน
Looking for date picker widget in flutter ? In this video, you will learn how to create a date picker in flutter. Flutter date picker allows user to pick a date while easily navigate between months and years. The date picker displaying in the video is created by flutter itself without using any third party packages. Watch the video for more implementation details ! Subscribe to our channel 👉 sh...
How to Cache Network Image in Flutter
มุมมอง 1.4K4 หลายเดือนก่อน
In this video, you will learn how to cache network image and the benefits of caching network image in flutter. If you are displaying network image in your flutter app, you should consider caching it because cached network image bring much benefits such as performance improvement and provide offline access to the image. Watch the video for more implementation details ! Subscribe to our channel 👉...
How to preserve scroll position in flutter
มุมมอง 8324 หลายเดือนก่อน
How to preserve scroll position in flutter
TOP 5 best practices to improve Flutter App Performance
มุมมอง 1.7K4 หลายเดือนก่อน
TOP 5 best practices to improve Flutter App Performance
Go_Router: Flutter Navigation Made Easy
มุมมอง 6024 หลายเดือนก่อน
Go_Router: Flutter Navigation Made Easy
Flutter vs FlutterFlow | Should you code yourself ?
มุมมอง 7K4 หลายเดือนก่อน
Flutter vs FlutterFlow | Should you code yourself ?
Easy way to localize your flutter app | Localization in Flutter
มุมมอง 3K5 หลายเดือนก่อน
Easy way to localize your flutter app | Localization in Flutter
How to create GridView layout in Flutter | Flutter GridView
มุมมอง 5275 หลายเดือนก่อน
How to create GridView layout in Flutter | Flutter GridView
Flutter Web Scroll Animation using Global Key
มุมมอง 5955 หลายเดือนก่อน
Flutter Web Scroll Animation using Global Key
World's First AI Software Engineer - Devin
มุมมอง 5405 หลายเดือนก่อน
World's First AI Software Engineer - Devin
Flutter Web Scroll To Section Tutorial | Flutter Animation
มุมมอง 9785 หลายเดือนก่อน
Flutter Web Scroll To Section Tutorial | Flutter Animation
Flutter Animation using Animated Container
มุมมอง 1.1K5 หลายเดือนก่อน
Flutter Animation using Animated Container
Claude 3 vs GPT-4 vs Gemini 1.0 | Anthropic Claude 3
มุมมอง 3475 หลายเดือนก่อน
Claude 3 vs GPT-4 vs Gemini 1.0 | Anthropic Claude 3
How to create a Custom Floating Bottom Navigation Bar in Flutter
มุมมอง 4.9K5 หลายเดือนก่อน
How to create a Custom Floating Bottom Navigation Bar in Flutter
Flutter OCR using Google ML Kit | Flutter Text Recognition 2024
มุมมอง 3.4K5 หลายเดือนก่อน
Flutter OCR using Google ML Kit | Flutter Text Recognition 2024
How to display OpenStreetMap in Flutter | Flutter Map
มุมมอง 9K6 หลายเดือนก่อน
How to display OpenStreetMap in Flutter | Flutter Map
How to ignore touch events of any widgets in flutter | Flutter AbsorbPointer
มุมมอง 5616 หลายเดือนก่อน
How to ignore touch events of any widgets in flutter | Flutter AbsorbPointer

ความคิดเห็น

  • @xLastxTemplarx
    @xLastxTemplarx วันที่ผ่านมา

    Your video shows version 9 of auto router in the beginning, then you go and install v7 of the package in your project. The code you write is for pre version 9. Given that you uploaded this tutorial after v9 got released, pretty sure you just recorded the intro yourself and everything else is someone else's content. At least that you're using version 7 in your project instead of showing v9 on the screen and then proceeding with v7, the code in here is useless for the most recent version of autorouter.

  • @ginikanwasoludo1764
    @ginikanwasoludo1764 4 วันที่ผ่านมา

    Thanks so much. This really helped me. Subscribing....

    • @AIWithFlutter
      @AIWithFlutter 2 วันที่ผ่านมา

      Welcome ! Appreciate that 🙏

  • @TheRafaconstantino
    @TheRafaconstantino 5 วันที่ผ่านมา

    Very useful! Thanks for posting AI with Flutter!

    • @AIWithFlutter
      @AIWithFlutter 2 วันที่ผ่านมา

      Welcome ! Appreciate that 🙏

  • @PanyamShanmukha
    @PanyamShanmukha 5 วันที่ผ่านมา

    Hey dude can you explain little more like what happens when event loop encounters Future in event queue ? Actually I understood event loop but got lost when I tried to understand Future in event queue, someone explaining about call stack, callback stack and more which I didn't understand.

  • @tutosolve
    @tutosolve 5 วันที่ผ่านมา

    we should not return dynamic, you can use Future<void> is better, right?

  • @prasadmusini8452
    @prasadmusini8452 8 วันที่ผ่านมา

    How to achieve persistent navigation for bottom navbar and how to perform pushandreplace and pushandremoveuntil using auto route package

  • @raves_r3177
    @raves_r3177 10 วันที่ผ่านมา

    if my web app has a firestore backend, will it still work? is the steps needed the same as shown?

  • @bido202
    @bido202 11 วันที่ผ่านมา

    Hey bro, You have made this video for a long time ago, right? Cause now, auto_route package can't extends the same name.

  • @tutosolve
    @tutosolve 11 วันที่ผ่านมา

    you have clear thinking and good voice, hope you make MVVM architecture and real app about it. many thanks. from Vietnam.

  • @MuhammadAnas-r1x
    @MuhammadAnas-r1x 11 วันที่ผ่านมา

    King

  • @CodeWithGde
    @CodeWithGde 12 วันที่ผ่านมา

    Hi man, Thank you for the tutorial

    • @AIWithFlutter
      @AIWithFlutter 8 วันที่ผ่านมา

      Welcome ! Appreciate that 🙏

  • @imediastv
    @imediastv 12 วันที่ผ่านมา

    best flutter channel

    • @AIWithFlutter
      @AIWithFlutter 12 วันที่ผ่านมา

      Thanks for your kind words 🙏

  • @AbbasAlhashme
    @AbbasAlhashme 12 วันที่ผ่านมา

    Thank you soooo much ❤

    • @AIWithFlutter
      @AIWithFlutter 12 วันที่ผ่านมา

      Welcome ! Glad it helps 🙏

  • @ydab7029
    @ydab7029 15 วันที่ผ่านมา

    This is the best auto route flutter tutorial man. Keep the good work

    • @AIWithFlutter
      @AIWithFlutter 12 วันที่ผ่านมา

      Thanks ! Appreciate that 🙏

  • @TrikNgonlen
    @TrikNgonlen 15 วันที่ผ่านมา

    AWESOME!

    • @AIWithFlutter
      @AIWithFlutter 12 วันที่ผ่านมา

      Thanks ! Appreciate that 🙏

  • @EbukaChikodi-ey3hi
    @EbukaChikodi-ey3hi 16 วันที่ผ่านมา

    How to make the nab bar show selected page in the body property?

  • @dipner9032
    @dipner9032 17 วันที่ผ่านมา

    sorce code pls

  • @datumacademy9224
    @datumacademy9224 17 วันที่ผ่านมา

    How to add a domain

  • @ahmedelbehiry1638
    @ahmedelbehiry1638 18 วันที่ผ่านมา

    amazing,thank you

    • @AIWithFlutter
      @AIWithFlutter 12 วันที่ผ่านมา

      Welcome ! Appreciate that 🙏

  • @valvaillant5618
    @valvaillant5618 18 วันที่ผ่านมา

    Please help me use the flutter email sender too.. I wanna send email in my app.. Also image picker 🫣 I think I ask to much😂 Thk you for you kindness 😊

  • @valvaillant5618
    @valvaillant5618 18 วันที่ผ่านมา

    Hi, I liked your video. I m working on a project now, where I want to be able to open WhatsApp, Instagram and Facebook through my application, I did use the url_launcher but still cannot open even chrome for Instagram.. I think it' s about the Androidmanifest, how can you help me configure the file to use url launcher to open the whatsapp app?

  • @cehpurushothaman6165
    @cehpurushothaman6165 18 วันที่ผ่านมา

    neet and clear tutorial thank you.

    • @AIWithFlutter
      @AIWithFlutter 12 วันที่ผ่านมา

      Welcome ! Appreciate that 🙏

  • @AhmedSaadHassan
    @AhmedSaadHassan 21 วันที่ผ่านมา

    what if it String and maybe come int "Null" from API? i have this case

    • @AIWithFlutter
      @AIWithFlutter 18 วันที่ผ่านมา

      It’s not recommended but if you have this case, the quickest solution is to set the type as dynamic. This case reflects the data inconsistency of your system. Best solution is to fix on the server side. If you store a data as string, make sure it’s always a string type. Any type changes make it on client side rather than server side.

  • @segunalabi4873
    @segunalabi4873 22 วันที่ผ่านมา

    Thank you so much for I only knew the manual way before now. I'll try the automatic way soon

  • @brainiactech7139
    @brainiactech7139 22 วันที่ผ่านมา

    Help Error output from CocoaPods: ↳ Searching for inspections failed: undefined method `map' for nil:NilClass Error running pod install Error launching application on iPhone 15 Pro.

  • @tutosolve
    @tutosolve 22 วันที่ผ่านมา

    Nice, everything is clear

    • @AIWithFlutter
      @AIWithFlutter 18 วันที่ผ่านมา

      Thanks ! Appreciate that 🙏

  • @foodxcooking4448
    @foodxcooking4448 22 วันที่ผ่านมา

    Keep it up make more 🥰

    • @AIWithFlutter
      @AIWithFlutter 22 วันที่ผ่านมา

      Thanks ! Appreciate that 🙏

    • @foodxcooking4448
      @foodxcooking4448 19 วันที่ผ่านมา

      @@AIWithFlutter bro make vedios on basic animations in flutter that enhance the user experiences 😍😍

  • @papa_ethan
    @papa_ethan 22 วันที่ผ่านมา

    Minglished

  • @TrikNgonlen
    @TrikNgonlen 22 วันที่ผ่านมา

    AWESOME eXplanation!

    • @AIWithFlutter
      @AIWithFlutter 18 วันที่ผ่านมา

      Thanks ! Appreciate that 🙏

  • @JamesMorris-rr4pl
    @JamesMorris-rr4pl 24 วันที่ผ่านมา

    Google owns Flutter. Which solution is Google REALLY promoting? It ain't Flutter. JetBrains and Google are partnering to develop Compose Multiplatform. That's a powerful combination that Flutter cannot match.

    • @AIWithFlutter
      @AIWithFlutter 18 วันที่ผ่านมา

      Thanks for the great insight !

  • @user-qn4cd9zk6e
    @user-qn4cd9zk6e 26 วันที่ผ่านมา

    Despite using sudo I still keep getting the error "command npm not found" when trying to install the firebase cli.

  • @WikkiOnIlluminati
    @WikkiOnIlluminati 26 วันที่ผ่านมา

    Provider indeed

  • @DeepCoderMK
    @DeepCoderMK 26 วันที่ผ่านมา

    It is works well, thank you for valuable video

    • @AIWithFlutter
      @AIWithFlutter 18 วันที่ผ่านมา

      Glad to hear that !

  • @aliemphizia
    @aliemphizia หลายเดือนก่อน

    import 'package:flutter/material.dart'; import 'package:lawyer_agenda/views/App%20Navigator/widgets/bottom_nav_bar_items.dart'; import 'package:lawyer_agenda/widgets/custom_alert_dialog.dart'; import 'package:persistent_bottom_nav_bar_v2/persistent_bottom_nav_bar_v2.dart'; class CustomBottomNavBar extends StatelessWidget { const CustomBottomNavBar({ super.key, }); @override Widget build(BuildContext context) { final theme = Theme.of(context); return PopScope( canPop: false, onPopInvoked: ((didPop) { if (didPop) { return; } showDialog( context: context, builder: (BuildContext context) { return CustomAlertDialog( title: 'هل تريد الخروج من التطبيق؟', textBtn1: 'نعم', textBtn2: 'لا', onPressedBtn1: () { Navigator.of(context).pop(true); }, onPressedBtn2: () { Navigator.of(context).pop(false); // User does not want to exit }, ); }, ); }), child: PersistentTabView( popAllScreensOnTapAnyTabs: false, popAllScreensOnTapOfSelectedTab: false, tabs: bottomNavBarItems(context), navBarBuilder: (navBarConfig) => Style6BottomNavBar( navBarDecoration: NavBarDecoration( color: theme.colorScheme.surface, ), navBarConfig: navBarConfig, ), backgroundColor: theme.colorScheme.surface, navBarHeight: 60, ), ); } } iam trying to making on this and it always make the pop and not show the alert dialog ? can you help me in this please ?

  • @jobandeepsingh3435
    @jobandeepsingh3435 หลายเดือนก่อน

    Background music was too distracting.

    • @AIWithFlutter
      @AIWithFlutter หลายเดือนก่อน

      Hi, we are sorry for the inconvenience caused. We will make improvement on the background music in future tutorials. Thanks for your feedback.

  • @techboat3790
    @techboat3790 หลายเดือนก่อน

    thanks man

    • @AIWithFlutter
      @AIWithFlutter หลายเดือนก่อน

      You’re welcome !

  • @panchoangulo3048
    @panchoangulo3048 หลายเดือนก่อน

    thanks a lot.

    • @AIWithFlutter
      @AIWithFlutter หลายเดือนก่อน

      You’re welcome !

  • @cncm-official
    @cncm-official หลายเดือนก่อน

    Bro, Please Clarify my doubts By default serverpod make id as a primary key, and only id can connect with other table (foreign key) 1) how to refer my custom field as a primary key, my custom field datatype is string. 2) how to make relation between other tables with my custom field Over all doubt is working with private key & foreign key in serverpod, not only using int.

    • @AIWithFlutter
      @AIWithFlutter หลายเดือนก่อน

      Hi 👋, 1) To set a custom field as a primary key, you can use @primaryKey annotation. Example: class MyTable extends TableRow { @primaryKey late final String your_custom_field; // other fields … } 2) Serverpod doesn’t directly support foreign key constraints in the ORM. However you can manually create relations between tables by matching the custom primary key field. Example : class OtherTable extends TableRow { late final String myTableId; // other fields … // Method to get the related MyTable object Future<MyTable?> getMyTable(Session session) async { Return await session.findById<MyTable>(myTableId); } }

    • @cncm-official
      @cncm-official หลายเดือนก่อน

      @@AIWithFlutter can you make a video about this?

  • @yoskokleng3658
    @yoskokleng3658 หลายเดือนก่อน

    how about compare to vania dart?

    • @AIWithFlutter
      @AIWithFlutter 8 วันที่ผ่านมา

      I have not tried vania dart but I looked through the documentation. It looks pretty well as most of the basic features are supported. However, serverpod is recommended by Google Flutter team.

  • @panabiate4353
    @panabiate4353 หลายเดือนก่อน

    how do u load image from firebase which will display in the carousel slide according to the number of image you have in database

  • @fochbyfitnessmotivation8982
    @fochbyfitnessmotivation8982 หลายเดือนก่อน

    wow this is just soo much easy. Thanks Man

    • @AIWithFlutter
      @AIWithFlutter หลายเดือนก่อน

      Welcome ! Appreciate your comment 🙏

  • @callixtegirard4782
    @callixtegirard4782 หลายเดือนก่อน

    Oh! I just wanted to add something to this excellent video : Instead of running "flutter build web" in the beginning, you can add the --release flag : "flutter build web --release". This way, the app will be compressed and optimised for performance (removed all debug and monitoring stuff for production environment). So, same, but faster ;)

    • @AIWithFlutter
      @AIWithFlutter หลายเดือนก่อน

      Hi 👋, thanks for the great insight !

  • @callixtegirard4782
    @callixtegirard4782 หลายเดือนก่อน

    Hey man! Thanks for this video, indeed, it's as qualitative as short, it's so perfect. I have a question : which extension do you use to color and add icons to native default Flutter folders like android, ios, web etc ?

    • @AIWithFlutter
      @AIWithFlutter หลายเดือนก่อน

      Hi 👋, thanks for your comment. The extension is Material Theme Icon.

  • @SureshVanga-mq9qo
    @SureshVanga-mq9qo หลายเดือนก่อน

    But when i am doing auto login case, i am calling deleteAll function in secure storage, then again write function calling, it shows Error: PlatformException(Unexpected security result code, Code: -25300, Message: The specified item could not be found in the keychain., -25300, null)-- So please use deleteAll function also please.

    • @AIWithFlutter
      @AIWithFlutter หลายเดือนก่อน

      Thanks for the great insight !

  • @acornerofherheart-jr9pl
    @acornerofherheart-jr9pl หลายเดือนก่อน

    finally i understood ...it ... thanks

    • @AIWithFlutter
      @AIWithFlutter หลายเดือนก่อน

      Welcome ! Appreciate that 🙏

  • @Aryan-oc1fq
    @Aryan-oc1fq หลายเดือนก่อน

    Thank you so much, everything is working!

    • @AIWithFlutter
      @AIWithFlutter หลายเดือนก่อน

      Welcome ! Appreciate that 🙏

  • @adelashour3253
    @adelashour3253 หลายเดือนก่อน

    i want to make the request by button not by init

  • @juanhedderich
    @juanhedderich หลายเดือนก่อน

    It works fine for Stateless widgets but in Stateful its not working

  • @mohammedabduraboal-haig9179
    @mohammedabduraboal-haig9179 หลายเดือนก่อน

    i got an error in line 49 , which _onDaySelected need to parameters what should i write

    • @shokhjahon_dev
      @shokhjahon_dev หลายเดือนก่อน

      check documentation, maybe parameters changed

  • @poulmbogo1770
    @poulmbogo1770 หลายเดือนก่อน

    This is amazing tutorial you help me so much i can't talk more but you are most great one

    • @AIWithFlutter
      @AIWithFlutter 8 วันที่ผ่านมา

      Thanks for your feedback ! Appreciate that 🙏