We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tested on iPhone 15 Pro with iOS 17.6 and latest flutter. Android works as expected.
The TypeAhead Field should be blurred out as well as all other content.
Content is blurred out but the input field is still visible without any blur.
5.2.0
iOS
TypeAheadField( itemBuilder: (BuildContext context, value) { return Text(""); }, onSelected: (Object? value) {}, suggestionsCallback: (String search) {}, ), GestureDetector( onTap: () => onClose(), child: BackdropFilter( filter: ImageFilter.blur(sigmaX: 16, sigmaY: 16), child: Container( color: const Color(0x00232220), ), ), ),
[Paste your logs here]
The text was updated successfully, but these errors were encountered:
Hi,
I am facing similar issue. Any suggestions? Find below the screenshot.
Regards, Nirmal
Sorry, something went wrong.
No branches or pull requests
Steps to reproduce
Tested on iPhone 15 Pro with iOS 17.6 and latest flutter. Android works as expected.
Expected results
The TypeAhead Field should be blurred out as well as all other content.
Actual results
Content is blurred out but the input field is still visible without any blur.
Package Version
5.2.0
Platform
iOS
Code sample
Code sample
Logs
Logs
[Paste your logs here]
Screenshots or Video
Screenshots / Video demonstration
[Upload media here]The text was updated successfully, but these errors were encountered: