fluttercommunity / responsive_scaffold

Responsive Scaffold - On mobile it shows a list and pushes to details and on tablet it shows the List and the selected item. Maintainer: @rodydavis
https://fluttercommunity.github.io/responsive_scaffold/
MIT License
360 stars 42 forks source link

Changing some initial ResponsiveScaffold Properties #30

Open Ronjack opened 3 years ago

Ronjack commented 3 years ago

Hey, I am working with your responsive_scaffold and its a good solution make the app crossplattform compatible and more responsibe.

I am now on the point where the responsive_scaffold facing its limits.

Generally its adaptive to many cases.

But regarding to the appbar its a bit impractical. You can only overgive the title and actions to adjust this, But what if i want use crossplatorm backbuttons and using the bottom functionality of the appbar for example for tab views? --> I need to build my appbar on my own.

i have some ideas regarding to the responsive scaffold:

In my opinion the responsive_scaffold is just a container which gives 100% controle over the scaffold but enables the power to makes the scaffold responsible regarding to the device(so what its doing atm).

What do you think about it? Correct me if I am wrong.

And I wonder why no more people use this package, bec responsiblitie is a main theme in flutter?!?!

Thank you for this package btw! Good work.

Best regards from germany,

Robin

image

Leptopoda commented 3 years ago

And I wonder why no more people use this package, bec responsiblitie is a main theme in flutter?!?! Probably as it sometimes has limits and building one yourself isn't that hard xD

regarding your request coul'd you elaborate more? I just don't get what exactly you mean (I'm not the maintainer but started a fork for my own use and maybe I'll request taking over this project)

grüße zurück I guess