version_widget library
Version widget for apps.
Copyright (C) 2024-2025, Software Innovation Institute, ANU.
Licensed under the MIT License (the "License").
License: https://choosealicense.com/licenses/mit/.
Authors: Kevin Wang, Graham Williams
Classes
- VersionWidget
- A widget that displays version information with optional changelog date and link.
Typedefs
-
ChangelogLoader
= Future<
String> Function(String url) -
Supplies the raw CHANGELOG text for
url.