package_info_plus 8.1.2 copy "package_info_plus: ^8.1.2" to clipboard
package_info_plus: ^8.1.2 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: ^8.1.2

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';
2.41k
likes
160
points
2.93M
downloads

Publisher

verified publisherfluttercommunity.dev

Weekly Downloads

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

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#information #identifier #utils

Documentation

API reference

License

BSD-3-Clause (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