url_preview_card 0.2.1 copy "url_preview_card: ^0.2.1" to clipboard
url_preview_card: ^0.2.1 copied to clipboard

Flutter package to show url preview. Cache newwork response.

0.2.1 26/05/2021. #

  • Updated dependencies for url_launcher

0.2.0 26/05/2021. #

  • Updated dependencies

1.1.0 02/10/2020. #

  • Cache http response using CacheStore
  • URL preview image set to cover

1.0.0 18/09/2020. #

  • Add configurable onTap callback for onTap of URL preview
  • Make URL preview container padding configurable
  • Make image perfect square
  • Minimum height of this package is 130 now(after removing default padding)
  • Refactor code

0.1.11 20/08/2020. #

  • Refactor code
  • Add color for error widget for Image

0.1.10 28/07/2020. #

  • Fix Theme.of() use in initState()

0.1.9 28/07/2020. #

  • Add back initState method

0.1.8 28/07/2020. #

  • Add component mounted check

0.1.7 28/07/2020. #

  • Update public API documentation

0.1.6 28/07/2020. #

  • Remove image load animation, and show plain icon

0.1.5 28/07/2020. #

  • Fix formatting, dartdoc issues

0.1.4 28/07/2020. #

  • Use cached_network_image to avoid re-fetching image for same url
  • Make titleLines and descriptionLines configurable
  • Add 5% width to image
  • Show loader when image is still loading. Override imageLoaderColor to change its color.

0.1.3 27/07/2020. #

  • Update open issues url(homepage)

0.1.2 27/07/2020. #

  • Update readme

0.1.1 27/07/2020. #

  • Update package description

0.1.0 27/07/2020. #

  • Initial release.
  • Provide url preview after validating url
  • On click of preview, launch the url using url_launcher.
7
likes
40
points
1
downloads

Publisher

verified publisheronesheep.org

Weekly Downloads

Flutter package to show url preview. Cache newwork response.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

cached_network_image, flutter, html, http, shared_preferences, string_validator, url_launcher

More

Packages that depend on url_preview_card