Skip to content

Latest commit

 

History

History
87 lines (44 loc) · 986 Bytes

CHANGELOG.md

File metadata and controls

87 lines (44 loc) · 986 Bytes

2.0.1

  • Fix custom padding and add a custom link press handler

2.0.0

  • BREAKING: onPreviewDataFetched and previewData 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.

1.0.6

  • Fix warnings and layout issues

1.0.5

  • Add an optional animation

1.0.4

  • Update dependencies

1.0.3

  • Update dependencies

1.0.2

  • Update dependencies

1.0.1

  • Add CI

1.0.0

  • Add documentation

0.2.2

  • Update to null safety

0.2.1

  • Code cleanup

0.2.0

  • Flutter 2 update

0.1.0

  • Dependency update

0.0.9

  • Readme added

0.0.8

  • Dependency update

0.0.7

  • Use types from utility library

0.0.6

  • Make widget stateless

0.0.5

  • Render plain text on loading and error

0.0.4

  • Critical fix and remove unneeded code

0.0.3

  • Code improvements and cleanup

0.0.2

  • Added customization

0.0.1

  • Initial release