app_version_info 0.0.1 copy "app_version_info: ^0.0.1" to clipboard
app_version_info: ^0.0.1 copied to clipboard

A new Flutter package to create a widget that shows app version information.

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';

and use it as normal widget

new Center(
    child: AppVersionInfo.getVersionInfo(
      prefixText: 'Current version:',
      textStyle: TextStyle(color: Colors.red),
    ),
  )

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.

3
likes
40
pub points
0%
popularity

Publisher

unverified uploader

A new Flutter package to create a widget that shows app version information.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, get_version

More

Packages that depend on app_version_info