url preview
this is a url preview plugin that previews the content of a url.
special feature
- result caching and expiration mechanism for faster return of results
- better fault tolerance, multiple ways to find icons
- better support for chinese, no garbled code.
getting started
flutterlinkpreview(
url: "https://github.com",
titlestyle: textstyle(
color: colors.blue,
fontweight: fontweight.bold,
),
)
result:
you can also use builder to display custom styles
Comments are closed.