app_version_info

Last updated:

0 purchases

app_version_info Image
app_version_info Images
Add to Cart

Description:

app version info

app_version_info #
A new Flutter package to create a widget that shows app version information.
Example #
import 'package:app_version_info/app_version_info.dart';
copied to clipboard
and use it as normal widget
new Center(
child: AppVersionInfo.getVersionInfo(
prefixText: 'Current version:',
textStyle: TextStyle(color: Colors.red),
),
)
copied to clipboard
customize prefix text (optional if not provided default text will be used)
customize text style (optional if not provided default style will be used)
Getting Started #
This project is a starting point for a Dart
package,
a library module containing code that can be shared easily across
multiple Flutter or Dart projects.
For help getting started with Flutter, view our
online documentation, which offers tutorials,
samples, guidance on mobile development, and a full API reference.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.