You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using ConvexAppBar.badge with tabStyle: TabStyle.reactCircle, when I add any badge content the react circle seems to shrink itself down.
Environment details
Paste the flutter environment detail.
[✓] Flutter (Channel stable, 3.13.9, on macOS 14.1 23B74 darwin-arm64, locale en-VN)
[!] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
✗ cmdline-tools component is missing
Run `path/to/sdkmanager --install "cmdline-tools;latest"`
See https://developer.android.com/studio/command-line for more details.
✗ Android license status unknown.
Run `flutter doctor --android-licenses` to accept the SDK licenses.
See https://flutter.dev/docs/get-started/install/macos#android-setup for more details.
[✓] Xcode - develop for iOS and macOS (Xcode 15.0.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2022.3)
[✓] VS Code (version 1.84.2)
[✓] Connected device (3 available)
[✓] Network resources
I'm using my forked package from 3.1.0+1 of which I added optional circleShadow as you can see in the screenshots attached.
I believe It shouldn't affect the circle size
Describe the bug
Using
ConvexAppBar.badge
withtabStyle: TabStyle.reactCircle
, when I add any badge content the react circle seems to shrink itself down.Environment details
Paste the flutter environment detail.
I'm using my forked package from
3.1.0+1
of which I added optional circleShadow as you can see in the screenshots attached.I believe It shouldn't affect the circle size
Screenshots
Without badge content:
With badge content:
Additional context
My ConvexAppBar code:
The text was updated successfully, but these errors were encountered: