simple_url_preview_v2 4.0.3
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.
4.0.3 5/7/2023. #
- Solved an error with the catched_network_image
4.0.2 9/13/2022. #
- Solved an error with the catched_network_image
4.0.1 9/11/2022. #
- Added shimmer effect to show when loading
4.0.0 9/10/2022. #
- Upgraded application with all its depedencies
3.0.1 15/06/2021. #
- Update readme
3.0.0 15/06/2021. #
- Migrated to null-safety!
- CacheStore dependency removed as that package doesn't support null safety.
2.0.0 31/01/2021. #
- Add configuration options: testStyle, descriptionStyle and siteNameStyle.
- Remove textColor attribute as no longer needed.
1.1.1 24/01/2021. #
- Fix description lines overflow
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.