dynamic_cached_fonts 1.2.0 copy "dynamic_cached_fonts: ^1.2.0" to clipboard
dynamic_cached_fonts: ^1.2.0 copied to clipboard

A font loader to download, cache and load web fonts in flutter with support for Firebase Cloud Storage.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dynamic_cached_fonts
copied to clipboard

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

dependencies:
  dynamic_cached_fonts: ^1.2.0
copied to clipboard

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:dynamic_cached_fonts/dynamic_cached_fonts.dart';
copied to clipboard
27
likes
160
points
520
downloads

Publisher

verified publishersidrao2006.ml

Weekly Downloads

2024.09.29 - 2025.04.13

A font loader to download, cache and load web fonts in flutter with support for Firebase Cloud Storage.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

firebase_storage, flutter, flutter_cache_manager, meta

More

Packages that depend on dynamic_cached_fonts