Additionally, revert json_annotation
upgrade
Revert meta
upgrade, because pub.dev
is analyzing code with an old Flutter version
- Update to Flutter 2.5
- Rename
REGEX_EMAIL
toregexEmail
andREGEX_LINK
toregexLink
- Update dependencies
- Update dependencies
- Update dependencies
- Improve REGEX
- Add custom
imageBuilder
- Update dependencies
- Fix completer that never completes and add
corsProxy
parameter. Thanks @wer-mathurin for the PR! - Export
getPreviewData
to allow you to create your own implementation of a link preview.
- Update dependencies
- Add
hideImage
param
- Update dependencies
- Update dependencies
- Fix alignment
- Update to Flutter 2.2
- Fix links starting from a capital
Http
- Add preview for the image link
- Add a custom header above the text
- Fix paddings for an empty preview data
- Limit number of images parsed
- Fix regex
- Fix custom padding and add a custom link press handler
- BREAKING:
onPreviewDataFetched
andpreviewData
are now required. In the previous version, a link preview used on a ListView resulted in a fetch call every time the preview was appearing on a screen.
- Fix warnings and layout issues
- Add an optional animation
- Update dependencies
- Update dependencies
- Update dependencies
- Add CI
- Add documentation
- Update to null safety
- Code cleanup
- Flutter 2 update
- Dependency update
- Readme added
- Dependency update
- Use types from utility library
- Make widget stateless
- Render plain text on loading and error
- Critical fix and remove unneeded code
- Code improvements and cleanup
- Added customization
- Initial release