hungps / flutter_pokedex

Pokedex app built with Flutter (with lots of animations) using Clean Architecture
https://hungps.com
Other
2.36k stars 562 forks source link

Does home silver works now? #2

Closed lucasjinreal closed 5 years ago

lucasjinreal commented 5 years ago

Really hop the home screen can using silver to scroll

hungps commented 5 years ago

Not for now. I got some problem with the SliverAppBar. I will try to find some way to make it work

lucasjinreal commented 5 years ago

@scitbiz You can using SilverList and Silver Widget to stack the whole layout. As for the Silver bar you can using CustomNavigationBar something like that.

You can have a look at my designed app using for China private chat: http://loliloli.pro if you're interested.

I don't know how to integrate a SearchBar in those silver widget through.

lucasjinreal commented 5 years ago

Also I borrowed some of your beautiful widget hopefully you don't mind that. I think home widget can Silver Scroll would be much more beautiful for this app

hungps commented 5 years ago

@scitbiz You can using SilverList and Silver Widget to stack the whole layout. As for the Silver bar you can using CustomNavigationBar something like that.

You can have a look at my designed app using for China private chat: http://loliloli.pro if you're interested.

I don't know how to integrate a SearchBar in those silver widget through.

I tried with SliverAppBar but it does not support dynamic height, so it's hard to make it looks good for multiple devices.

Also I borrowed some of your beautiful widget hopefully you don't mind that. I think home widget can Silver Scroll would be much more beautiful for this app

No problem, just use it as you want

hungps commented 5 years ago

The sliver should work now on iPhone X, have not tested in any other emulator yet