package_info_plus 8.1.3 copy "package_info_plus: ^8.1.3" to clipboard
package_info_plus: ^8.1.3 copied to clipboard

Flutter plugin for querying information about the application package, such as CFBundleVersion on iOS or versionCode on Android.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add package_info_plus
copied to clipboard

With Flutter:

 $ flutter pub add package_info_plus
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  package_info_plus: ^8.1.3
copied to clipboard

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:package_info_plus/package_info_plus.dart';
copied to clipboard
2.5k
likes
0
points
3.11M
downloads

Publisher

verified publisherfluttercommunity.dev

Weekly Downloads

2024.08.17 - 2025.03.01

Flutter plugin for querying information about the application package, such as CFBundleVersion on iOS or versionCode on Android.

Homepage
Repository (GitHub)
View/report issues

Topics

#information #identifier #utils

License

unknown (license)

Dependencies

clock, ffi, flutter, flutter_web_plugins, http, meta, package_info_plus_platform_interface, path, web, win32

More

Packages that depend on package_info_plus