flutter_app_info 3.0.1 copy "flutter_app_info: ^3.0.1" to clipboard
flutter_app_info: ^3.0.1 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 Dart:

 $ dart pub add flutter_app_info

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 dart pub get):

dependencies:
  flutter_app_info: ^3.0.1

Alternatively, your editor might support dart pub get or 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, universal_io, version

More

Packages that depend on flutter_app_info