custom_dynamic_fonts 2.0.2 copy "custom_dynamic_fonts: ^2.0.2" to clipboard
custom_dynamic_fonts: ^2.0.2 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.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:custom_dynamic_fonts/custom_dynamic_fonts.dart';
0
likes
130
points
114
downloads

Publisher

unverified uploader

Weekly Downloads

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

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

crypto, flutter, http, path_provider

More

Packages that depend on custom_dynamic_fonts