large Flutter Favorite logosmall Flutter Favorite logo

package_info_plus 4.1.0 icon indicating copy to clipboard operation
package_info_plus: ^4.1.0 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 Flutter:

 $ flutter pub add package_info_plus

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

dependencies:
  package_info_plus: ^4.1.0

Alternatively, your editor might support 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';
1710
likes
130
pub points
100%
popularity

Publisher

verified publisher iconfluttercommunity.dev

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

Homepage

Documentation

API reference

License

Icon for licenses.BSD-3-Clause (LICENSE)

Dependencies

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

More

Packages that depend on package_info_plus