Skip to content

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

Notifications You must be signed in to change notification settings

Amberon-voldi/link_embeder

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages