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
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
12
likes
160
points
1.99k
downloads

Publisher

verified publishertazatechnology.com

Weekly Downloads

2024.09.26 - 2025.04.10

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

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

BSD-3-Clause (license)

Dependencies

device_info_plus, flutter, package_info_plus, universal_io, version

More

Packages that depend on flutter_app_info