Part-11 Flutter GetX Mark Favourite App || Flutter GetX Tutorials in Hindi/Urdu

Поділитися
Вставка
  • Опубліковано 16 січ 2025

КОМЕНТАРІ • 59

  • @muneebullah427
    @muneebullah427 Місяць тому

    Programming explained like poetry-your videos are truly an art form.❣

  • @RehmanJutt-zo4eg
    @RehmanJutt-zo4eg 4 місяці тому +1

    amazing Asif bhai..

  • @ironmans234
    @ironmans234 10 місяців тому +1

    Thank you sir ❤

  • @prankultd2622
    @prankultd2622 2 роки тому +2

    You make great videos. No one teaches like you for free on youtube. We are all very pleased with you. But with so many videos in your playlist, I don't know where to start. So if you could please make a video on how we newbies can follow your playlist it would be great for us. Thank You.

    • @thetechbrotherss
      @thetechbrotherss  2 роки тому +2

      Start with flutter bootcamp 2022 playlist, do share with your friends

  • @sulemanali8542
    @sulemanali8542 Рік тому

    Kya baat he sir maza a gya Get X ka

  • @G4Gaming19
    @G4Gaming19 9 місяців тому +1

    Jazakallah Sir everything understandable

  • @duniyatv3204
    @duniyatv3204 8 місяців тому +1

    Thankx youuu sooo much sir ❤❤❤

  • @imudasirk3
    @imudasirk3 Рік тому

    Excellent Tutorials!

  • @EveryThings-os2of
    @EveryThings-os2of 2 роки тому +4

    no problem if video is longer ... it will be good for us

  • @jamalkhan-my4tg
    @jamalkhan-my4tg 2 роки тому

    Nice ustad

  • @vishalgarna12
    @vishalgarna12 5 місяців тому +1

    Sir kya flutter application banane ke liye dsa mangti hai kya companies 😢😢

  • @devapps-uk
    @devapps-uk 2 роки тому

    Excellent tutorials!

  • @ShadabKhan-ib7me
    @ShadabKhan-ib7me Рік тому

    Great video!

  • @kidsnkiddi2337
    @kidsnkiddi2337 2 роки тому

    great sir. Shukriya

  • @beansansari
    @beansansari 2 роки тому

    very very GOOD

  • @imudasirk3
    @imudasirk3 Рік тому +1

    I started from Bootcamp > API > Firebase > Google Map > Getx

    • @imudasirk3
      @imudasirk3 Рік тому

      Next, I am considering to switch to Git Version Control. Give suggestion Sir

    • @thetechbrotherss
      @thetechbrotherss  Рік тому

      Go with it

    • @shashwatdhingra3580
      @shashwatdhingra3580 Рік тому +1

      I think you should now find internship.
      I also did like same as you. I do all these things from asif bhai and recently i got an Internship.

    • @imudasirk3
      @imudasirk3 Рік тому

      @@shashwatdhingra3580 I am preparing myself for a Job.
      I'm currently in my final year..

    • @imudasirk3
      @imudasirk3 Рік тому +1

      @@shashwatdhingra3580 thanks for the suggestion brother.. 🤝
      In a few days my 7th semester will start.

  • @iamnaumannadeem9629
    @iamnaumannadeem9629 5 місяців тому

    Rising talent from Pakitan 👏

  • @saugatniroula7859
    @saugatniroula7859 Рік тому

    I think You are from pakistan. You are doing an excellent job. Cheers from Nepal

  • @ibrarabbasi5901
    @ibrarabbasi5901 2 роки тому

    Brother mn window operating systems use kr rha hun is mn sirf android app hi build hoti ha muje suggest kren k konsa maac os lon jo completable ho ios k liye b or aaye b minimum budget mn

  • @takbirul
    @takbirul 4 місяці тому

    How can store this rxlist with get storage/ shared preferences??

  • @zaidshah-rq5dg
    @zaidshah-rq5dg 3 місяці тому

    image you have 10+ lists horizontally scrolling(assume a home screen of an e-commerce app), each containing a title(like popular products, featured products and many more), and an item card, practically you will create one custom widget for them and call it as many times as you need and pass respective list coming from the server. now the question is how will you update only one item?. professionally you can't use observable inside a common widget so you will need to observe the change in the home page rather than inside the common widget. should not the common widget be stateful and change the state inside the common widget (item widget, like product card). what's your take on this?

    • @thetechbrotherss
      @thetechbrotherss  3 місяці тому

      Create an item widget and call it in your different list, then use state management to update ui with model copy with method

    • @zaidshah-rq5dg
      @zaidshah-rq5dg 3 місяці тому

      SizedBox(
      height: 230,
      child: ListView.separated(
      itemCount: products.length,
      scrollDirection: Axis.horizontal,
      separatorBuilder: (context, index) {
      return const SizedBox(width: 10);
      },
      itemBuilder: (context, index) {
      final product = products[index];
      return Obx(
      () => KProductCard(
      width: 130,
      product: Product.copyWith(
      product,
      isFav: wislist.any((w) => w == product.id),
      ),
      onTap: () {
      onTap?.call(product);
      },
      onIconTap: () {
      onFavTap?.call(product);
      },
      ),
      );
      },
      ),

  • @lalitkishorsharma3831
    @lalitkishorsharma3831 Рік тому

    Plz more video gtex

  • @abdullahranjha6700
    @abdullahranjha6700 2 роки тому

    Assalam o Alaikum
    Sir yeh GetX ki playlist kb complete hogi ?
    Mean k total kitni videos hain is playlist ki
    Mjy 1 project mila ha or 2 months ka time ha isi lia mny pocha ap sa or mjy getX ni ati na

  • @dramaticsports
    @dramaticsports 2 роки тому

    Complete me ko nur upload ka spogmai 😊

  • @farrukhjaved8258
    @farrukhjaved8258 Рік тому

    Why do we use a stateful class? Instead, we would have done it in the stateless widget

  • @UmairKhan-b7n
    @UmairKhan-b7n Рік тому

    Instead of two arrays I created a fruit model with a bool value for isFavourite and if its true we change the color to red but I found something strange I was doing the following in function which toggles the bool for specified index " fruitsList[index].isFavourite = !fruitsList[index].isFavourite;" but the UI was not updating later when I tried the following it worked
    "FruitModel fruit = fruitsList[index];
    fruit.isFavourite = !fruit.isFavourite;
    fruitsList[index] = fruit;' Now it updates the UI may I know why? because even the previous code was modifying the array