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
htmlTitle and htmlSnippet are provided by Custom Search JSON API. but now we just use the plain text returned.
The text was updated successfully, but these errors were encountered:
https://stackoverflow.com/questions/41557139/how-do-i-bold-or-format-a-piece-of-text-within-a-paragraph
Use RichText with a list of TextSpan. can render this. But not sure how to parse the html to textspans.
Sorry, something went wrong.
Or try to use https://gist.github.com/Katarn/588725dce850c81da8a551f92fb0923a
Or we can use platform specific webView
https://developer.android.com/reference/android/webkit/WebView
https://developer.apple.com/documentation/webkit/wkwebview
guojiex
No branches or pull requests
htmlTitle and htmlSnippet are provided by Custom Search JSON API. but now we just use the plain text returned.
The text was updated successfully, but these errors were encountered: