fluttercommunity / chewie

The video player for Flutter with a heart of gold
MIT License
1.94k stars 1.01k forks source link

Replace for/backward icons with the iOS/Material equivalent #387

Open nstrelow opened 3 years ago

nstrelow commented 3 years ago

Currently we are using a reload icon, and a rotated reload icon.

Check if we can use the forward and backward icons from Material/iOS.

Check if with the forward_15 icon the 15 would still be readable.

erickok commented 3 years ago

For you interest: Where there are indeed back/forward icons in cupertino_icons with specific timing (15 among them):

Screenshot 2020-11-09 at 14 01 32

They are not a 1 on 1 match with the native icons you posted a screenshot of:

Ahmadre commented 3 years ago

Awesome! You guys rock!

@erickok the icons are totally fine from cupertino_icons

daveleenew commented 2 years ago

For you interest: Where there are indeed back/forward icons in cupertino_icons with specific timing (15 among them): Screenshot 2020-11-09 at 14 01 32

They are not a 1 on 1 match with the native icons you posted a screenshot of:

Hi,How to customize these buttons?

image

please help! @erickok

erickok commented 2 years ago

@daveleenew I don't think chewie has an option for this, although you could always just fork this library and swap out the icons.