simple_url_preview_v2 4.0.3 copy "simple_url_preview_v2: ^4.0.3" to clipboard
simple_url_preview_v2: ^4.0.3 copied to clipboard

Flutter package to show url preview. Custamizable height, background and text styles, as well as lines.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add simple_url_preview_v2

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  simple_url_preview_v2: ^4.0.3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:simple_url_preview_v2/simple_url_preview.dart';
import 'package:simple_url_preview_v2/widgets/preview_description.dart';
import 'package:simple_url_preview_v2/widgets/preview_image.dart';
import 'package:simple_url_preview_v2/widgets/preview_site_name.dart';
import 'package:simple_url_preview_v2/widgets/preview_title.dart';
4
likes
150
pub points
76%
popularity

Publisher

unverified uploader

Flutter package to show url preview. Custamizable height, background and text styles, as well as lines.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

cached_network_image, collection, flutter, html, http, shimmer, string_validator, url_launcher

More

Packages that depend on simple_url_preview_v2