Flutter package to show url preview
This shows url preview of a URL. Currently only supports Open Graph Protocol
Add simple_url_preview to pubspec.yaml, and hit command 'flutter pub get'
dependencies:
...
simple_url_preview: ^1.0.0
SimpleUrlPreview(
url: 'https://pub.dev/',
),
SimpleUrlPreview(
url: 'https://pub.dev/',
previewHeight: 200,
),
SimpleUrlPreview(
url: 'https://pub.dev/',
textColor: Colors.white,
bgColor: Colors.red,
),
SimpleUrlPreview(
url: 'https://pub.dev/',
isClosable: true,
),
Would ❤️ to see any contributions.
If you liked my work, show some ❤️ by ⭐ repo. Also you can appreciate by