font_metadata 0.0.4 copy "font_metadata: ^0.0.4" to clipboard
font_metadata: ^0.0.4 copied to clipboard

Flutter plugin to get font files metadata and attributes

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add font_metadata

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

dependencies:
  font_metadata: ^0.0.4

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:font_metadata/font_metadata.dart';
1
likes
130
pub points
0%
popularity

Publisher

unverified uploader

Flutter plugin to get font files metadata and attributes

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface

More

Packages that depend on font_metadata