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

ConvexAppBar - elevation, does not work #200

Open chriswyl opened 1 year ago

chriswyl commented 1 year ago

After upgrade Flutter 3.70.0. elevation is not visible.

JSheppardX commented 1 year ago

from flutter 3.7.6 to flutter 3.13 on IOS no elevation working

avenwu commented 1 year ago

Thanks for the feedback, will have a check.

bradintheusa commented 1 year ago

Agreed, It's working fine on Android.

RenatoMoratto commented 1 year ago

Same here, elevation works fine with Android, but on IOS doesn't shows nothing.

Android: Bottom bar on android

IOS: Bottom bar on ios

Flutter doctor:

[✓] Flutter (Channel stable, 3.13.1, on macOS 12.7 21G816 darwin-x64, locale pt-BR)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 14.2)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2022.3)
[✓] IntelliJ IDEA Community Edition (version 2021.3.3)
[✓] VS Code (version 1.82.2)
[✓] Connected device (3 available)
[✓] Network resources

• No issues found!
adar2378 commented 1 year ago

https://github.com/flutter/flutter/issues/127770

This could be related @avenwu

moweiran commented 11 months ago

It's not working on latest Flutter 3.16.0

adar2378 commented 10 months ago

Seems like it was fixed in recent version of Flutter.