dynamic_fonts 2.2.1 copy "dynamic_fonts: ^2.2.1" to clipboard
dynamic_fonts: ^2.2.1 copied to clipboard

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

[2.2.1] - 2024-03-04 #

  • Validate the variantMap provided to DynamicFonts.register and DynamicFonts.styleBuilder

[2.2.0] - 2023-07-16 #

  • Optionally eagerly load an entire font family at registration time by passing eager: true to DynamicFonts.register. This solves the synthetic variant problem inherent in google_fonts at the cost of potentially much longer loading time.
  • Synchronize code with google_fonts 5.1.0
  • Bump minimum SDK version to 2.14
  • Fix incompatibility with Flutter 3.13+

[2.0.0] - 2021-02-26 #

  • [google_fonts] Migrated the main library to null safety.
  • [google_fonts] Require Dart 2.12 or greater.

[1.1.2] - 2021-01-26 #

  • [google_fonts] Bump dependency constraints for null safety.

[1.1.1] - 2020-10-02 #

  • [google_fonts] Use conditional imports to separate out web from destkop + mobile file_io implementations.

[1.1.0] - 2020-07-29 #

43
likes
140
pub points
83%
popularity

Publisher

verified publishermadlon-kay.com

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

crypto, flutter, http, path_provider

More

Packages that depend on dynamic_fonts