custom_dynamic_fonts 2.0.0 copy "custom_dynamic_fonts: ^2.0.0" to clipboard
custom_dynamic_fonts: ^2.0.0 copied to clipboard

A package to include dynamic web-hosted fonts in your Flutter app.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add custom_dynamic_fonts

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

dependencies:
  custom_dynamic_fonts: ^2.0.0

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:custom_dynamic_fonts/custom_dynamic_fonts.dart';
0
likes
70
pub points
29%
popularity

Publisher

unverified uploader

A package to include dynamic web-hosted fonts in your Flutter app.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

crypto, flutter, http, path_provider

More

Packages that depend on custom_dynamic_fonts