flutter_app_info 1.0.2 copy "flutter_app_info: ^1.0.2" to clipboard
flutter_app_info: ^1.0.2 copied to clipboard

outdated

Utility package to easily access device, platform, target, package, and app version information

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_app_info

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

dependencies:
  flutter_app_info: ^1.0.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:flutter_app_info/flutter_app_info.dart';
12
likes
0
points
1.95k
downloads

Publisher

verified publishertazatechnology.com

Weekly Downloads

Utility package to easily access device, platform, target, package, and app version information

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

device_info_plus, flutter, package_info_plus, version

More

Packages that depend on flutter_app_info