Adaptive Layouts (The Boring Flutter Development Show, Ep. 45)

Adaptive Layouts (The Boring Flutter Development Show, Ep. 45)

Flutter

3 года назад

96,449 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Islam H
Islam H - 09.08.2023 23:36

Thank you!

Ответить
Anoz Gosai
Anoz Gosai - 08.08.2023 04:31

I am new to flutter and I am curios to know how can I show the data of "friends". Lets say i want to show each array inside the friends, how can i do that?

Ответить
Oliverrah Deleonn
Oliverrah Deleonn - 28.03.2023 23:27

Very cool explanaiton, thanks for the lesson!

Ответить
Daniel
Daniel - 25.02.2023 08:40

That's amazing! Thank you guys! I didn't even realize how fast these 40+ minutes passed))

Ответить
Htoo Htet Oo
Htoo Htet Oo - 27.01.2023 07:59

I think "List<Map<String, Object >> _people" is no longer than support and not working. After changing them to "List<Map<String, dynamic>> _people" it is working.

Ответить
RedSama
RedSama - 19.12.2022 19:53

Great video guys and very helpful for a pretty new flutter user . I have two serious questions though ...
1) In the people.dart file the .map((e) => Person(e['name'] , e['phone'] , e['picture'] )part of the code produces an error for me unless i do: Person(e['name'].toString() , e['phone'].toString() ...) .How is that working for you ??
2) in the main.dart in the widelayout section i cant do : Person _person because it produces a not initialized error and i can only do Person _person( ' ' , ' ' , ' ' ) . I dont get why that is working for u since the constructor needs three parameters .???

Ответить
noninvasive_rectal_probe
noninvasive_rectal_probe - 16.07.2022 10:08

How would you proceed if, for example, you had need to first render some child tree to see if it fits within given constraints, and then switch layout only if there is no space? This is a typical situation in desktop and web UIs and it seems to be a subtle thing to do in Flutter.

Ответить
Nitros64
Nitros64 - 19.12.2021 00:23

LateError (LateInitializationError: Field '_person@17093826' has not been initialized.

Ответить
Mayank Gupta
Mayank Gupta - 06.12.2021 15:48

I also use the same technique to replace comments!

Ответить
Glenn Pinto
Glenn Pinto - 12.11.2021 21:34

Thank you! Pretty awesome session!

Ответить
Tyler Jewell
Tyler Jewell - 12.11.2021 04:03

The Scaffold + App Bar Title is such a nag of an issue. Do you guys think there is a way the scaffold could inherit the child route's name?

For example, I have 2 bottom tabs: [Menus, Account]. Those are both standalone pages/views. When I click Menus tab, I use navigation to route to that page. What if we could have a parameter in the scaffold widget that inherits that MaterialPage route's name to use for the App Bar Title?

Ответить
Tyler Jewell
Tyler Jewell - 12.11.2021 03:46

These videos are so much more educational than the others. Keep it up.

Ответить
Barry Anderberg
Barry Anderberg - 08.10.2021 23:53

Why not just wrap PersonDetail in a Material widget? (aside from getting the app bar of scaffold to go back)

Ответить
Ihor
Ihor - 17.06.2021 14:03

are you serious guys? wasting of time. 20 minutes video shows nothing!!!

Ответить
Promish Muktan
Promish Muktan - 03.06.2021 18:47

can I please know how can I pass and display the friend's list from the above JSON ?

Thanks

Ответить
Rolando García
Rolando García - 23.04.2021 18:54

Guys, Can you use the dark mode? I live in a cave. Thank you.

Ответить
Fadh Hz
Fadh Hz - 22.04.2021 10:03

Okay im sold. This is actually very interesting to watch

Ответить
Blues Prodeep
Blues Prodeep - 21.04.2021 12:04

This's awosome. The way this tutorial is made is soo inspiring. I want more!

Ответить
bobsort
bobsort - 15.04.2021 05:17

One major question stuck in my head for very long time, why do you guys don't use same names that are already used? for example why call it adaptive and not responsive? I know it is a terrible name for what it does, but at least developer from different teams will know they are talking about same thing. Is responsive word copyrighted or patented? and Other question is why make a new language called dart? why not allow users to choose for example C# or Java or even plain C to create the same UI and code? Flutter itself doing nice job but limiting it to just dart, I don't feel like learning one more language! imagine a word that people wouldn't want to speak English and everyone would create their own language!

Ответить
Abhishek Bhambure
Abhishek Bhambure - 10.03.2021 09:32

Why don't you share entire screen if Fitz is only watching

Ответить
Nick Albright
Nick Albright - 09.03.2021 18:51

Wonderful, Thanks! :)

Ответить
Илья
Илья - 02.03.2021 13:52

What is chromium helper for flutter and android studio? There are multiple Chromium Helper processes in my system. They eat up lots of resource and slow my MacBook significantly. So far I only know they are related to android studio and flutter application development. I don't what I've done so these process start to emerge. Can anyone tell me what do they do and how to turn them off?

Ответить
Manish Regmi
Manish Regmi - 01.03.2021 09:09

Philips and Fitz's smile makes this boring show a interesting one.

Ответить
Juncheng Pang
Juncheng Pang - 28.02.2021 17:22

I notice one interesting thing, the flutter app can draw behind system navigation bar on this iphone emulator , but it's very hard to do this on Android, I tried SystemUIOverlay, but it does not always work.

Ответить
Daniel Dey
Daniel Dey - 18.02.2021 23:09

Please use dark theme! Please!

Ответить
Yakup Subaşı
Yakup Subaşı - 15.02.2021 20:16

came here for adaptive layouts, learnt a lot about general app architect

Ответить
Iaroslav Siniugin
Iaroslav Siniugin - 14.02.2021 11:46

Great content, funny jokes. Thank you, guys.
Look forward to next episodes

Ответить
n y
n y - 12.02.2021 11:49

Why do they use iOS Simulator instead of Android Emulator?

Ответить
Reinaldo Pino
Reinaldo Pino - 10.02.2021 17:51

Coding on Visual Studio Code has an extension called Live Share thats been out for a while and lets people work on a single project at the same time, they can work individually which increases the work done and can run the code together

Ответить
Bohdan Lisnenko
Bohdan Lisnenko - 10.02.2021 01:29

Adaptive layout: add one if statement.

Congrats, now you have to think how to manage navigation for master-detail view. That it the real challenge of adaptive layout.

I think you can't do it right without app's state management.

Ответить
Adamu Muktar
Adamu Muktar - 09.02.2021 23:53

Great vid, though I’m looking forward for the adaptive layout, as this is responsive, I have being using one package called “flutter_screen_utils” it’s kinda nice 👍

Ответить
Umayanga Avi
Umayanga Avi - 09.02.2021 12:44

Hi, I have some problem, how to solve issue of google map shaking in flutter.

Ответить
Brighter Press LTD
Brighter Press LTD - 09.02.2021 02:53

Sorry guys, I am new to flutter and i am using VScode on Mac, i am trying to use the refactor key to convert a Stateless widget to a stateful widget... but i keep getting an error like: No refactor available" or something like that, i have searched online about it which i saw some other key bindings to try but non of them work, please can some one help me with a way to fix it? or point me to a tutorial that show how to convert Stateless to stateful verse verser ... Thank you

Ответить
GroovinChip
GroovinChip - 08.02.2021 19:55

I appreciate Fitz's Lego ship in the background

Ответить
Joe Blough
Joe Blough - 08.02.2021 14:56

Will the "Code with me" plugin be coming to Android Studio anytime soon?

Ответить
Kewal Dangal
Kewal Dangal - 08.02.2021 09:29

Okey thank you all google femaly

Ответить
Kewal Dangal
Kewal Dangal - 08.02.2021 09:28

Ok thnk you all

Ответить
utku deniz
utku deniz - 07.02.2021 13:13

You may develop better dizayned an app looks like real. That can be more interesting and attractive :)

Ответить
Danilo Scuderoni
Danilo Scuderoni - 07.02.2021 07:22

Is there a way to calculate before rendering, if the child widget will fit in the constraints ?

Ответить
Safal Shrestha
Safal Shrestha - 07.02.2021 07:20

The bent neck dudes
Aaaaaah scream intensifies

Ответить
Ankit Lakum
Ankit Lakum - 06.02.2021 21:55

Yeah without proper scaffold ..they is no value... may loose status...

Ответить
Daniel Vilela
Daniel Vilela - 06.02.2021 21:49

I can’t see a video where AS is used...

Ответить
Rebar
Rebar - 06.02.2021 21:04

Love you two ❤️ thanks for everything :)

Ответить
Gokuldas
Gokuldas - 06.02.2021 20:48

Hope to see a more solid implementation in future episode, considering this is something very important for Flutter down the road.

Ответить
Ashwini kumar prasad
Ashwini kumar prasad - 06.02.2021 20:42

Please bring production level Augumented Reality feature in flutter AS SOON AS POSSIBLE

Ответить
Robert Tweedie
Robert Tweedie - 06.02.2021 19:54

Great timing 👍 It's so refreshing to here design talk while mixing in code. Love the real-time stumbling over the code ,makes me feel less inadequate (no disrespect ).

Ответить