hacktons / convex_bottom_bar

A Flutter package which implements a ConvexAppBar to show a convex tab in the bottom bar. Theming supported.
https://bar.hacktons.cn
Apache License 2.0
801 stars 150 forks source link

Does anyone have problem with impeller-enabled on iOS #192

Open westlinkin opened 1 year ago

westlinkin commented 1 year ago

Does any enable impeller on iOS devices? the selected tab's icon is missing.

Screenshots

1676386772417

1676386788344

I only enabled impeller on iOS, (impeller on Android is not useable). The switch animation also has some problems. Other parts work great!

avenwu commented 1 year ago

"I only enabled impeller on iOS"

This project has not been tested with impeller feature. According to the flutter repo, Impeller is a new rendering runtime for Flutter

Impeller is still under preview on iOS and is not yet ready for preview on Android