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
Hi there,
Thanks for building this package, I have tried many and this is the best package ❤️🙏.
Can some parameters be added?
titleStyle useful for using custom fonts, colors, ...
or maybe a
titleBuilder useful for using custom text style + adding some padding (above and below see pic) titleBuilder would be a Widget Function(BuildContext context, String title)
backgroundColor for using a custom color other than the context theme
searchHint useful for supporting other languages
searchStyle usefull for custom fonts, ...
searchBackgroundColor useful for supporting other themes (see below pic its white on dark theme)
Other issues:
RTL support, maybe need using flutter utils Directionality.of(this) or AligmentDirectional
Tone picker does not disappear when closing the widget
When LTR langs:
When RTL langs (tone color is broken):
The tone picker is stuck (after closing the picker), maybe need handling in dispose:
The text was updated successfully, but these errors were encountered:
Hi there,
Thanks for building this package, I have tried many and this is the best package ❤️🙏.
Can some parameters be added?
titleStyle
useful for using custom fonts, colors, ...or maybe a
titleBuilder
useful for using custom text style + adding some padding (above and below see pic)titleBuilder
would be aWidget Function(BuildContext context, String title)
backgroundColor
for using a custom color other than the context themesearchHint
useful for supporting other languagessearchStyle
usefull for custom fonts, ...searchBackgroundColor
useful for supporting other themes (see below pic its white on dark theme)Other issues:
Directionality.of(this)
orAligmentDirectional
When LTR langs:
When RTL langs (tone color is broken):
The tone picker is stuck (after closing the picker), maybe need handling in dispose:
The text was updated successfully, but these errors were encountered: