app_info_tile
A Flutter widget for displaying app information (name, version, build number) and licenses, with Riverpod integration and multi-language support.
0.3.0
386 downloads/mo
#905 most downloaded on pub.dev
normidar/colaxy-pkgs
What this package is like to depend on
Last release 6 days ago
18 Aug 2026
Release timing varies
gaps range from 3 weeks to 8 months
Nearly every release is documented
notes for 8 of 8 stable releases
Nothing withdrawn
no release was ever pulled
12 months old
8 releases · first in 2025
6 releases in the last 12 months
see the full history below
Release timeline
8 releases · Aug 2025 to Aug 2026
2026
Releases
latest 8-
0.3.018 Aug 2026Release notes
Open source →Added
- The info dialog now also shows the Flutter version the app was compiled
with, via
FlutterVersion.version(package:flutter/services.dart, Flutter 3.32+). The line is omitted whenFlutterVersion.versionisnull(e.g. when the app wasn't built withflutter run/flutter build, which is what populates it).
- The info dialog now also shows the Flutter version the app was compiled
with, via
-
0.2.107 Aug 2026Release notes
Open source →Fixed
- Narrowed the
riverpod_annotation/riverpod_generatorversion constraints and regeneratedapp_info_pod.g.dart.riverpod_annotationexact-pins a specificriverpodcore release internally, and this package's previous^4.0.0range let a host app's pub resolution drift to a newerriverpod_annotation(and therefore a newerriverpodcore) than the committed generated code was built against, breaking compilation with errors likerunBuild/handleValuesignature mismatches. - Bumped the
app_lang_selectordependency to^0.3.1for the same fix.
- Narrowed the
-
0.2.002 Aug 2026Release notes
Open source →- FIX: resolve crash risks and stale state issues found in code review.
- FIX: Fix repo link.
- FIX: add icons_launcher library.
- BREAKING FEAT: make svg image usable.
Release notes
Open source →Breaking
- Namespaced the bundled translation keys with
app_info_tile:so they cannot collide with the host app's keys (app_info_tile_titleis nowapp_info_tile:title). AppInfoTile.getAlertDialogis now private.
Fixed
- The dialog no longer depends on the host app defining an
app_nametranslation key; it falls back to the platform-reported app name. PassappNameto override. - The loading state renders as a
ListTileinstead of a centered spinner, so a settings list no longer jumps when the package info resolves. - The license button uses the theme's primary color instead of a hardcoded
Colors.blue.
Added
AppInfoTile.appName,applicationIconandapplicationLegalese.- Widget tests covering the dialog, the app-name fallback and the license page.
-
0.1.017 Nov 2025 -
0.1.0+430 Jul 2026Release notes
Open source →- CHORE: upgrade riverpod_generator to ^4.0.0 and riverpod_lint to ^3.1.0.
-
0.0.317 Oct 2025 -
0.0.227 Aug 2025 -
0.0.127 Aug 2025