- Update readme
- Migrated to null-safety!
- CacheStore dependency removed as that package doesn't support null safety.
- Add configuration options: testStyle, descriptionStyle and siteNameStyle.
- Remove textColor attribute as no longer needed.
- Fix description lines overflow
- Cache http response using CacheStore
- URL preview image set to cover
- 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
- Refactor code
- Add color for error widget for Image
- Fix Theme.of() use in initState()
- Add back initState method
- Add component mounted check
- Update public API documentation
- Remove image load animation, and show plain icon
- Fix formatting, dartdoc issues
- 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.
- Update open issues url(homepage)
- Update readme
- Update package description
- Initial release.
- Provide url preview after validating url
- On click of preview, launch the url using url_launcher.