ogp_data_extract 0.2.2
ogp_data_extract: ^0.2.2 copied to clipboard
This is a new package project for extracting ogp data on web pages. This library allows you to retrieve metadata items defined in "The Open Graph protocol".
0.2.2 #
- Added support for parsing multiple Open Graph meta tags that can appear multiple times.
- Implemented parsing for
article:tag
,video:tag
, andbook:tag
meta tags. - Added
articleTags
,videoTags
, andbookTags
properties toOgpDataParser
to return lists of tag contents.
- Implemented parsing for
0.2.1 #
- Formatted Dart files in the project to ensure consistent code style across the codebase.
0.2.0 #
- Added support for retrieving favicon image URLs.
- Implemented functionality to extract and return all favicon URLs defined in a website's tags.
0.1.5 #
- Update Dependency Libraries.
0.1.4 #
- Resolve the warning on the pub.flutter-io.cn score.
0.1.3 #
- Update Dependency Libraries.
0.1.2 #
- Resolve that more than 20% of public APIs are dartdoc comments.
0.1.1 #
- Resolve the failure of the pub.flutter-io.cn score.
0.1.0 #
- Initial release.