url_preview_card 0.2.1
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.