Adaptive vs. Responsive | Decoding Flutter

Поделиться
HTML-код
  • Опубликовано: 14 мар 2022
  • How much space do we have on our screen and what is the platform able to do? These are the two ideas of Adaptive and Responsive. Fitz will discuss the differences and how you can use Adaptive versus Responsive for your app.
    Creating responsive and adaptive apps documentation → goo.gle/3IbozTB
    Building adaptive apps documentation → goo.gle/36kl1RI
    Watch more Decoding Flutter episodes → goo.gle/DecodingFlutter
    Don’t miss an episode, subscribe to Flutter → goo.gle/FlutterYT
    #DecodingFlutter #Flutter #Developer
    product: Flutter - Development - User interface;
  • НаукаНаука

Комментарии • 37

  • @sameeraperera7912
    @sameeraperera7912 2 года назад +41

    We need more videos about responsive design

  • @venir_dev
    @venir_dev 2 года назад +36

    We need documentation about a similar topic: visual accessibility.
    Users can display-zoom on Android, scale the font size on Android and iOS (and I'm pretty sure you might say the same in browsers and desktop platforms).
    How can we avoid overflowing errors when layouting a mobile app, while we're not planning to implement a responsive design (i.e. we just need portrait mode on mobile devices)? In the end, the screen size is the same, it's just the user that's either zooming the display or enlarging the text.

  • @isurujn
    @isurujn 2 года назад +10

    Please do more videos on adaptive and responsive UI design. It's a tough problem I run into again and again. Sure, there are third-party libraries that help you with this but I rather lean how to do this in a "native Flutter" way than adding yet another plugin to my project.

  • @ChrisStayte
    @ChrisStayte 2 года назад +1

    These videos are pure gold!

  • @AndyWolfff
    @AndyWolfff 2 года назад +5

    Federated plugins are great. In addition to simplifying app code, they also reduce binary size. With if statements, you've got a bunch of code for other platforms that you're not using, but with federated plugins, the implementation for platforms not needed by your binary is not compiled into the binary at all

  • @dantaswilliam
    @dantaswilliam 2 года назад +25

    Fantastic. Where did we get these flutter stuffed birds? 😍

  • @_dinesh
    @_dinesh 6 месяцев назад +2

    Right now building an adaptive layout in flutter is extremely cumbersome. I really hope the flutter team will do something about it.. (just waiting for 3 years now.)

  • @carlosmurillo941
    @carlosmurillo941 2 года назад

    Very useful. Thanks!

  • @argus.waikhom
    @argus.waikhom 2 года назад

    Love the Dash tree in the background 🐥🐥🐥.

  • @mahmoudsalah5359
    @mahmoudsalah5359 2 года назад +1

    I love your way of explaining it.🥰

  • @saurabhshah7236
    @saurabhshah7236 2 года назад

    Great video! The best community

  • @ninjaasmoke
    @ninjaasmoke 2 года назад +1

    waiting for the other videos now!

  • @ShawnBlais
    @ShawnBlais 2 года назад +8

    imo the proposed system for breakpoints is not ideal. Having Narrow/Med/Wide variations of every screen becomes a major maintenance issue as designs change. Generally best if you can use a single view, that has some adaptive logic / layout from my experience. Sometimes it can make sense, when you have drastic differences between views.

    • @mkc11267
      @mkc11267 2 года назад

      Imo this is still ok as long as the screens inside those screen breakpoints are just total layouts for xs sm md lg. You just have to make sure that the widgets inside that layout are all reused widgets which can then be used in different layouts.

  • @FethiEd
    @FethiEd 2 года назад +1

    Very well explained, thanks ❤️👌🏻

  • @ShivamJha00
    @ShivamJha00 2 года назад

    We need more videos on this soon

  • @TrikNgonlen
    @TrikNgonlen 2 года назад

    Love it...

  • @maheshp5157
    @maheshp5157 3 месяца назад

    what is the best flutter package for responsive design ?

  • @lrsvmb
    @lrsvmb 2 года назад +3

    If if-statements are hard to maintain, why are they used throughout the whole video? What are my alternatives?

  • @harshjoshi1067
    @harshjoshi1067 2 года назад

    Awesome 👍

  • @aisorahero
    @aisorahero 2 года назад

    nice video😁

  • @larsien85
    @larsien85 2 года назад +1

    Anyone let me know about "x Constant"? 4:08
    Thanks in advance

  • @asumahyakubu6177
    @asumahyakubu6177 2 года назад

    waw i love Flutter 😍

  • @andresacm8453
    @andresacm8453 2 года назад

    Hi team,
    Can we get code push service for Flutter incoming?

  • @jeandeswesleymartins3044
    @jeandeswesleymartins3044 Год назад

    Flutter is life

  • @abdokako3883
    @abdokako3883 2 года назад

    400k i see u 😉

  • @seenuravi
    @seenuravi 3 месяца назад

    more videos about responsive design

  • @trainofthought5733
    @trainofthought5733 2 года назад

    Is this dejavú or has this been uploaded before ?

  • @crashingflamingo3028
    @crashingflamingo3028 Год назад

    0:45 Spotted a LOTR reference here

  • @etcworld3660
    @etcworld3660 2 года назад

    Nc viedo

  • @devscodex287
    @devscodex287 2 года назад

    😘😘😘😘

  • @philosophia5577
    @philosophia5577 11 месяцев назад

    more on responsive design

  • @BrendansReasons
    @BrendansReasons 2 года назад

    Can Filip do just videos plz 😢, like as a contractor... 😢

  • @vivekkumar-nb3sw
    @vivekkumar-nb3sw 2 года назад

    Can we have hindi subtitles?

  • @techzone2009
    @techzone2009 2 года назад +2

    Flutter sucks in responsive design 😕