platform_metadata 0.0.2+1 
platform_metadata: ^0.0.2+1 copied to clipboard
A flutter plugin which will help you to get metadata values defined in AndroidManifest.xml (Android) or info.plist (iOS).
Use this package as a library
Depend on it
Run this command:
With Flutter:
 $ flutter pub add platform_metadataThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
  platform_metadata: ^0.0.2+1Alternatively, 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:platform_metadata/platform_metadata.dart';