-
Is there an equivalent forui widget for the searchbar flutter widget (see https://api.flutter.dev/flutter/material/SearchBar-class.html)? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Forui doesn't provide a search bar yet.
Yes, it's possible to use a Material/Cupertino/any other search bar with Forui.
Currently, there isn't a mapping for Forui's theme to Material's/Cupertino's theme but we're actively working on it under #220. A workaround is to manually map it using |
Beta Was this translation helpful? Give feedback.
Forui doesn't provide a search bar yet.
Yes, it's possible to use a Material/Cupertino/any other search bar with Forui.
Currently, there isn't a mapping for Forui's theme to Material's/Cupertino's theme but we're actively working on it under #220. A workaround is to manually map it using
FTextField'
s theme but I'm not to sure how much effort that will take.