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

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: ^3.0.3

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';
14
likes
150
points
954
downloads

Documentation

Documentation
API reference

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

License

BSD-3-Clause (license)

Dependencies

device_info_plus, flutter, package_info_plus, universal_io, version

More

Packages that depend on flutter_app_info