PackageTrack
Sign in Get early access

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
Release Pre-release

Releases

latest 8
  1. 0.3.0 18 Aug 2026
    Release notes

    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 when FlutterVersion.version is null (e.g. when the app wasn't built with flutter run/flutter build, which is what populates it).
    Open source →
  2. 0.2.1 07 Aug 2026
    Release notes

    Fixed

    • Narrowed the riverpod_annotation/riverpod_generator version constraints and regenerated app_info_pod.g.dart. riverpod_annotation exact-pins a specific riverpod core release internally, and this package's previous ^4.0.0 range let a host app's pub resolution drift to a newer riverpod_annotation (and therefore a newer riverpod core) than the committed generated code was built against, breaking compilation with errors like runBuild/handleValue signature mismatches.
    • Bumped the app_lang_selector dependency to ^0.3.1 for the same fix.
    Open source →
  3. 0.2.0 02 Aug 2026
    Release notes
    • 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.
    Open source →
    Release notes

    Breaking

    • Namespaced the bundled translation keys with app_info_tile: so they cannot collide with the host app's keys (app_info_tile_title is now app_info_tile:title).
    • AppInfoTile.getAlertDialog is now private.

    Fixed

    • The dialog no longer depends on the host app defining an app_name translation key; it falls back to the platform-reported app name. Pass appName to override.
    • The loading state renders as a ListTile instead 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, applicationIcon and applicationLegalese.
    • Widget tests covering the dialog, the app-name fallback and the license page.
    Open source →
  4. 0.1.0 17 Nov 2025
    Release notes
    • FIX: add icons_launcher library.
    • BREAKING FEAT: make svg image usable.
    Open source →
    Release notes
    • Update riverpod.
    Open source →
  5. 0.1.0+4 30 Jul 2026
    Release notes
    • CHORE: upgrade riverpod_generator to ^4.0.0 and riverpod_lint to ^3.1.0.
    Open source →
  6. 0.0.3 17 Oct 2025
    Release notes
    • Update package_info_plus to 9.0.0.
    Open source →
  7. 0.0.2 27 Aug 2025
    Release notes
    • Fix bug.
    Open source →
  8. 0.0.1 27 Aug 2025
    Release notes
    • Initial release.
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive