package_info_plus 1.0.0-nullsafety.0 copy "package_info_plus: ^1.0.0-nullsafety.0" to clipboard
package_info_plus: ^1.0.0-nullsafety.0 copied to clipboard

outdated

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: ^1.0.0-nullsafety.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';
2075
likes
0
pub points
100%
popularity

Publisher

verified publisherfluttercommunity.dev

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

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, package_info_plus_linux, package_info_plus_macos, package_info_plus_platform_interface, package_info_plus_web, package_info_plus_windows

More

Packages that depend on package_info_plus