platform_font_plugin 1.0.2 copy "platform_font_plugin: ^1.0.2" to clipboard
platform_font_plugin: ^1.0.2 copied to clipboard

PlatformAndroid

A new Flutter plugin (Android only) used to get the device current font type

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add platform_font_plugin

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

dependencies:
  platform_font_plugin: ^1.0.2

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_font_plugin/platform_font_plugin.dart';
1
likes
150
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

A new Flutter plugin (Android only) used to get the device current font type

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on platform_font_plugin

Packages that implement platform_font_plugin