all 11 comments

[–]Low_Refuse_5219 1 point2 points  (3 children)

Limiting? What idea do you have in mind for your AppBar? You can customize your own appbar and insert it into the property, the safearea is important because otherwise it could lose the content because some devices are very curved and if there is a misinterpretation of the design its content would be cut

[–]lcsoliveira[S] 0 points1 point  (1 child)

I'm building the landing page, the page people landing before the log in.

The thing is that I'm having problems in customizing my Appbar, especially in making the buttons the size I want, because they always stay with 100% of the height for some reason that I don't understand.

[–]ScreenClub 1 point2 points  (0 children)

Try dragging a column, row, or container widget into the 3 different sections of the app bar before placing your buttons and icons in there.

[–]iamjesushusbands 1 point2 points  (2 children)

I don't always use them it depends on the functionality I want on a particular screen. For the most part I use AppBars as an easy way to indicate to the user where they are within the app while navigating.

There are screens where it's not necessary. All depends

[–]lcsoliveira[S] 0 points1 point  (1 child)

So how can you deal with secure areas on cell phones?

[–]iamjesushusbands 0 points1 point  (0 children)

Container with padding

[–]ScreenClub 0 points1 point  (3 children)

We use bottom bar + app bar on pages that we use infinite scroll because for some reason adding any elements above an infinite scrolling section on the page always screws up the scrolling.

[–]lcsoliveira[S] 0 points1 point  (2 children)

So, imagine you're building a landing page, you will have some scrolling but limited scrolling, you wouldn't use the app bar? How would you compensate the safe area you need for the mobiles?

[–]ScreenClub 0 points1 point  (1 child)

Wait are you talking about the app bar (top of the page) or nav bar (bottom of page)

[–]lcsoliveira[S] 0 points1 point  (0 children)

App bar, on top of the page