How to make Responsive UI in Flutter | Adapting size according to different screens sizes in flutter

Поділитися
Вставка
  • Опубліковано 15 жов 2024
  • Welcome to the official youtube channel of meropadai. In this video you will learn to design responsive ui with minimal effort.
    GitHub Link :- github.com/cle...
    For more :-
    Facebook Page: https:/ meropadai
    Website :- meropadai.com

КОМЕНТАРІ • 11

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

    Exactly I was searching for this

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

    Does it show good for other devices? I am trying use the screenutil. But it does not show clearly good for different devices

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

    this was awesome, i've been search for this tutorial for a long time, very thank you so much to you....🥳

  • @suman_budhathoki
    @suman_budhathoki 7 місяців тому

    Brother how did you get that inspect option in figma

  • @emadeldin1999
    @emadeldin1999 3 роки тому

    can u please help me i want to test my ui on my A71 device so no emulator and no (xd or figma) what should i pass as Size for ScreenUtilInit ? should i pass device pixels like (1920 x 1080) or i should pass MediaQuery.size

    • @MeroPadai
      @MeroPadai  3 роки тому +2

      You can use Mediaquery to print your height and width of your device. Pass the printed value to screenutilinit size

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

    Hey bro, builder: () => materialapp() is errors for me!

    • @vyshnavrajesh1285
      @vyshnavrajesh1285 9 місяців тому

      builder: (BuildContext context, child) =>
      works

  • @ahmedalial-selmy895
    @ahmedalial-selmy895 3 роки тому +2

    Nice work 😊✋

  • @godwinsampson6081
    @godwinsampson6081 3 роки тому +1

    Thanks, Man.