metalink_flutter 2.0.3
metalink_flutter: ^2.0.3 copied to clipboard
Discontinued Flutter UI components for link previews using MetaLink
CHANGELOG #
2.0.3 #
- Discontinued
metalink_flutterin favor of usingpackage:metalinkdirectly with application-owned Flutter widgets. - Added a migration guide linked to the complete Flutter showcase for replacing the package's cards, controller, provider, and cache helpers.
- Preserved the existing runtime API in this final compatibility release so current applications can migrate on their own schedule.
2.0.2 #
- Removed the
flutter_helper_utilsdependency; the package now relies only on native Flutter APIs, reducing its dependency footprint.
2.0.1 #
- CHORE: Align publish workflow with Trusted Publisher OIDC.
2.0.0 #
- BREAKING: Migrated to
metalinkv2.0.0. - BREAKING: Removed image optimization features (resizing) as they are no longer supported by the core library.
- Updated
MetadataProviderto useMetaLinkClientandHiveCacheStorefor improved caching and performance. - Updated widgets to work with the new
ImageCandidatemodel.
1.0.2 #
- CHORE: updated metalink to 1.0.4
1.0.1 #
- fixed bugs.
- CHORE: updated metalink to 1.0.3
1.0.0 #
- Initial Release
