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
I test on flutter web.
The iconSize and activeIconMargin don't work with the react and reactCircle style.
When I use your StyleHook with the react and reactCircle style, the console will show A RenderFlex overflowed by 2.0 pixels on the bottom.
class ConvexAppBarStyle extends StyleHook {
@override
double get activeIconSize => 20;
@override
double get activeIconMargin => 1;
@override
double get iconSize => 1;
@override
TextStyle textStyle(Color color) {
return TextStyle(fontSize: 20, color: color);
}
}
flutter doctor:
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, 3.0.2, on Microsoft Windows [Version 10.0.19044.1706], locale th-TH)
[√] Android toolchain - develop for Android devices (Android SDK version 32.0.0)
[√] Chrome - develop for the web
[√] Visual Studio - develop for Windows (Visual Studio Community 2022 17.1.5)
[√] Android Studio (version 2021.2)
[√] VS Code (version 1.68.0)
[√] Connected device (3 available)
[√] HTTP Host Availability
• No issues found!
I think it's a bug. It only happens when using the react and reactCircle style.
activeIconMargin
iconSize
height overflow
The text was updated successfully, but these errors were encountered:
I test on flutter web.
The iconSize and activeIconMargin don't work with the react and reactCircle style.
When I use your StyleHook with the react and reactCircle style, the console will show
A RenderFlex overflowed by 2.0 pixels on the bottom.
flutter web:
your style hook from pub.dev:
minimal code:
You can try this style to see the bug:
flutter doctor:
I think it's a bug. It only happens when using the react and reactCircle style.
The text was updated successfully, but these errors were encountered: