Flutter Freezed Tutorial | Get Productive Write Less Code

Поділитися
Вставка
  • Опубліковано 12 лис 2024

КОМЕНТАРІ • 40

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

    You're the best youtuber in Flutter! god bless you

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

      You are most welcome. Like and share

  • @parasarora4711
    @parasarora4711 Рік тому +5

    we can use json to dart plugin (android studio plugin). is there any diffence?. It is very easy I don't know why people are mad for freezed package

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

    Its pronounced "free zed" similar to the term "frozen". BTW excellent tuts! Keep it up!

  • @مهدیپسندیده-ي3س
    @مهدیپسندیده-ي3س 2 роки тому

    Hello, May I ask which architecture do you suggest for flutter development

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

      I am comforable with mvc

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

      ​@@dbestech Can you make a tutorial on MVC?

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

    sir how to implement multiple filters,like myntra app, you can select gender,brand,price range,like all that for products

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

      Not sure, but try Dropdown Search package

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

      Am also making a same app, can we connect together

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

      @@sauv1k I am also preparing and finding materials for filtering data from the backend, If you have some basic tips what to do, I would appreciate it.

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

      Can we connect on Telegram?

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

      I will make a video on multi filter

  • @gggg-no6rm
    @gggg-no6rm 2 роки тому

    what is thedifrent between dependencies and dev_dependencies in yaml file ?

    • @dbestech
      @dbestech  2 роки тому +4

      dependencies are packages that are included in your app during compilation while dev_dependencies are packages that you use during developing your app and these are not included in the APK

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

    good video quick explain about freezed 🔥, hai dbestech thanks for the answer my previous question abaout state management, now i want to ask abaout local storage, what should i use like hive or getx_storage or spref?

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

      So far I have used getx_storage and shared preferences. I love both

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

    nice

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

    sir i have a problem. in the case of page quran. i have data in column with list view. how to make paragraph

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

      Just combine them together as string. add them as strings and then save in a variable.

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

      @@dbestech thanks for answer i will try

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

      @@dbestech I have tried but it doesn't work sir

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

      @@dbestech help correct sir
      ListView.builder(
      itemCount: (dataMapPerPage["verses"] as List).length,
      itemBuilder: (context, index) {
      if ((dataMapPerPage["verses"] as List).length == 0) {
      return Center(child: CircularProgressIndicator());
      }
      Map ayat = dataMapPerPage["verses"][index];
      detail.DetailSurah surah = ayat["surah"];
      detail.Verse verse = ayat["ayat"];
      List ayatJoin = ["aa", "bb", "cc"];
      final ayatParagraf = ayatJoin.join();
      return Column(
      children: [Row(
      children: [
      Container(
      padding: EdgeInsets.symmetric(horizontal: 10),
      child:Text("${ayatParagraf}")
      ),
      ],
      )

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

    Sir plz make detailed video on freezed

  • @HamidAli-dc9iq
    @HamidAli-dc9iq Рік тому

    Wa alikum salam

  • @MrRiyality
    @MrRiyality 2 роки тому +1

    It's pronounced like FREEZD

  • @telostia
    @telostia 11 місяців тому

    Free z der is how u pronounced it

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

    Best use chat gpt now.😅

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

    Arround 2 hours Video