platform_metadata 0.0.1 copy "platform_metadata: ^0.0.1" to clipboard
platform_metadata: ^0.0.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_metadata

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

dependencies:
  platform_metadata: ^0.0.1

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:platform_metadata/platform_metadata.dart';
9
likes
140
pub points
72%
popularity

Publisher

unverified uploader

A flutter plugin which will help you to get metadata values defined in AndroidManifest.xml (Android) or info.plist (iOS).

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface

More

Packages that depend on platform_metadata