Show your app version

Flutter tips Published on

Why Show Your App Version?

Displaying your app's version number is super helpful! It makes it easier for customer support to help users and is great for you when testing different builds you downloaded from app stores.

Get the Right Tool

To get the app version info, you need a specific plugin. You'll want to install the package_info_plus plugin.

How to Get the Version in Code

This plugin lets you access details about your app package.

Using package_info_plus

You can write a simple function, often an async one, to fetch the package info. This info includes the app version and build number.

Displaying the Version

Once you have the package info, you can display the version and build number anywhere in your app, like in a settings page or at the bottom of a legal section, similar to the example shown in the image. Using a FutureBuilder is a clean way to handle waiting for the package info to load.

Save 3 months of work

Create your app using our 6 years of making Flutter apps and more than 50+ apps

kickstarter for flutter apps

Frequently Asked Questions

Why should I show my app version?

Showing your app version helps customer support know exactly which version a user is on, making it easier to troubleshoot issues. It's also useful for testing different builds.

What do I need to show the app version in Flutter?

You need to add the `package_info_plus` plugin to your project.

How do I get the version number in my Flutter code?

You can use the `package_info_plus` plugin to get a `PackageInfo` object, which contains the app version and build number.

Where is a good place to display the app version?

Common places include the settings page, an About screen, or subtly in the footer of a legal or profile section.

Read more
You may also be interested in
Force portrait mode  blog card image
Force portrait mode
Published on 2025-05-19T07:24:03.865Z
Automatically create a new Apple Store version  blog card image
Automatically create a new Apple Store version
Published on 2025-05-12T09:03:39.549Z
ApparenceKit is a flutter template generator tool by Apparence.io © 2025.
All rights reserved