type_face_provider 1.0.1 copy "type_face_provider: ^1.0.1" to clipboard
type_face_provider: ^1.0.1 copied to clipboard

PlatformLinux

Library which will provide you with collection of typefaces (font families) installed on user device.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add type_face_provider

With Flutter:

 $ flutter pub add type_face_provider

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

dependencies:
  type_face_provider: ^1.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:type_face_provider/type_face_provider.dart';
1
likes
150
points
27
downloads

Publisher

unverified uploader

Weekly Downloads

Library which will provide you with collection of typefaces (font families) installed on user device.

Repository (GitHub)
View/report issues

Topics

#typeface #font #font-family #style

Documentation

API reference

License

MIT (license)

Dependencies

collection

More

Packages that depend on type_face_provider