link_embeder 0.0.1 copy "link_embeder: ^0.0.1" to clipboard
link_embeder: ^0.0.1 copied to clipboard

ALink embeder for flutter, scrapes URLs from text and shows a Embed with metaData.

Link Embeder #

Link embeder for flutter, scrapes URLs from text and shows a Embed with metaData (eg. title, image, description etc..)

Features #

show clickable link embed widget with metaData from the website

Getting started #

To use the package see and example in the example tab

 String Text =
      'Hey there! I just found out this cool link: https://flutter.dev';

  @override
  Widget build(BuildContext context) {
    return Container(
      //Provide context and text to the LinkEmbeder widget
      //The LinkEmbeder widget will return a widget with the embedded conte
      //(eg. title, description, image, etc.)
      child: LinkEmbeder().showEmbed(context, Text),
    );
  }
}

Additional information #

If you guys have any issue or want to contribute to this package, you can visit the github repo.

0
likes
110
pub points
0%
popularity

Publisher

unverified uploader

ALink embeder for flutter, scrapes URLs from text and shows a Embed with metaData.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, metadata_fetch, url_launcher

More

Packages that depend on link_embeder