version_widget 1.0.4
version_widget: ^1.0.4 copied to clipboard
A Flutter widget that displays version information with optional changelog date and link.
Version Widget Changelog #
Noted here are the high level changes for the NotePod app.
Guide: Each version update is noted here with a short user-oriented
description of the update. Updates in the 1.0.n series are heading
toward a 1.1 release. The [version timestamp user]
string is
utilised by the flutter version_widget package.
1.1 Review and Consolidate #
- Support user text style for Version string [1.0.4 20250722 jesscmoore]
- Support VersionWidget fontSize [1.0.3 20250717 gjw]
- Review and update doco [1.0.2 20250514 gjw]
- Review and fix typos [1.0.1 20250514 gjw]
1.0 Initial Release #
- Push to first version release [1.0.0 20250514 gjw]
- Minor update to README [0.0.10 20250514 gjw]
- Update example to explain and demonstrate the package. [0.0.9 20250501 gjw]
- Remove the default date. [0.0.9 20250501 kev]
- Enhanced example app with multiple VersionWidget instances [0.0.8 20250430 kev]
- Added demonstration of different version states (up-to-date, outdated) [0.0.8 20250430 kev]
- Improved example UI with Material 3 design [0.0.8 20250430 kev]
- Added real-world GitHub URLs for version comparison [0.0.8 20250430 kev]
- Updated documentation with new example usage [0.0.8 20250430 kev]
- Fixed version date display to show the correct release date for the current version [0.0.7 20250429 kev]
- Improved changelog parsing to extract all version-date pairs [0.0.7 20250429 kev]
- Enhanced version matching logic to find the correct date for each version [0.0.7 20250429 kev]
- Updated documentation to reflect the new date matching behavior [0.0.7 20250429 kev]
- Made version parameter required in VersionWidget [0.0.6 20250428 kev]
- Removed version extraction from changelog [0.0.6 20250428 kev]
- Simplified changelog fetching logic [0.0.6 20250428 kev]
- Updated documentation to reflect required version parameter [0.0.6 20250428 kev]
- Improved state management for version handling [0.0.6 20250428 kev]
- Added custom tooltip message support with isLatestTooltip and notLatestTooltip parameters [0.0.5 20250417 kev]
- Improved tooltip formatting and readability [0.0.5 20250417 kev]
- Removed unused _showTooltip state variable [0.0.5 20250417 kev]
- Enhanced documentation for new features [0.0.5 20250417 kev]
- Improved tooltip formatting and readability [0.0.4 20250416 kev]
- Added visual indicators for version checking state [0.0.4 20250416 kev]
- Enhanced network connectivity handling [0.0.4 20250416 kev]
- Added date formatting (DD MMM YYYY) [0.0.4 20250416 kev]
- Improved error handling for network failures [0.0.4 20250416 kev]
- Added custom tooltip message support [0.0.3 20250416 kev]
- Improved UI for version status indication [0.0.3 20250416 kev]
- Enhanced network connectivity handling [0.0.3 20250416 kev]
- Added visual indicators for latest/outdated versions [0.0.3 20250416 kev]
- Updated documentation with more examples [0.0.3 20250416 kev]
- Fixed bug in version comparison logic [0.0.3 20250416 kev]
- Added tooltip functionality [0.0.2 20250416 kev]
- Improved version comparison logic [0.0.2 20250416 kev]
- Enhanced date formatting [0.0.2 20250416 kev]
- Better error handling for network failures [0.0.2 20250416 kev]
- Added support for custom default dates [0.0.2 20250416 kev]
- Improved documentation [0.0.2 20250416 kev]
- Initial release [0.0.1 20250414 kev]
- Basic version display functionality [0.0.1 20250414 kev]
- Optional changelog date display [0.0.1 20250414 kev]
- Automatic date extraction from CHANGELOG.md files [0.0.1 20250414 kev]
- Clickable link to view the full changelog [0.0.1 20250414 kev]
- Example app demonstrating usage [0.0.1 20250414 kev]