google_fonts 0.3.7 copy "google_fonts: ^0.3.7" to clipboard
google_fonts: ^0.3.7 copied to clipboard

outdated

A package to include fonts from fonts.google.com in your flutter app.

[0.3.7] - 2020-02-03 #

  • Fix asset font loading bug
  • Update asset font README instructions

[0.3.6] - 2020-01-31 #

  • Add a config to the GoogleFonts class with an allowHttp option.

[0.3.5] - 2020-01-23 #

  • Update generator to get most up-to-date urls from fonts.google.com.
  • Add CONTRIBUTING.md.

[0.3.4] - 2020-01-23 #

  • Store downloaded font files in device's support directory instead of documents directory.

[0.3.3] - 2020-01-22 #

  • Update font URLs to https to properly support web.

[0.3.2] - 2019-01-07 #

  • README image path fixes.

[0.3.1] - 2019-01-07 #

  • README fixes.

[0.3.0] - 2019-01-07 #

  • Added dartdocs to every public method in the google fonts package.

  • Added the ability to include font files in pubspec assets (see README).

[0.2.0] - 2019-12-12 #

  • Updated to include all fonts currently on fonts.google.com.

[0.1.1] - 2019-12-10 #

Generated method names changed back to pre 0.1.0 (breaking change). #

For example,

GoogleFonts.latoTextStyle(...) is now GoogleFonts.lato(...).

Text theme parameters are now optional positional parameters (breaking change). #

For example,

GoogleFonts.latoTextTheme(textTheme: TextTheme(...)) is now GoogleFonts.latoTextTheme(TextTheme(...)).

[0.1.0] - 2019-12-06 #

Generated method names changed (breaking change). #

For example,

GoogleFonts.lato(...) is now GoogleFonts.latoTextStyle(...).

Text theme support #

Every font family now also has a TextTheme method.

For example, the Lato font now has GoogleFonts.latoTextStyle() and GoogleFonts.latoTextTheme().

See README for more examples.

Other cleanups #

Refactored implementation, updated READMEs, and usage docs.

[0.0.8] - 2019-12-04 #

Internal refactor and added tests.

[0.0.7] - 2019-12-04 #

BETA support for Flutter web.

[0.0.6] - 2019-12-04 #

Minor updates to README.

[0.0.5] - 2019-11-20 #

Mark as experimental in more places.

[0.0.4] - 2019-11-20 #

Add pubspec instructions to README.

[0.0.3] - 2019-11-20 #

Fix homepage and main gif.

[0.0.2] - 2019-11-20 #

Update README with import instructions.

[0.0.1] - 2019-11-15 #

The initial release supports all 960 fonts and variants from fonts.google.com.

ttf files are downloaded via http on demand, and saved to local disk so that they can be loaded without making another http request for future font requests. Fonts are loaded asynchronously through the font loader and Text widgets that use them are refreshed when they are ready.

5519
likes
0
pub points
100%
popularity

Publisher

verified publishermaterial.io

A package to include fonts from fonts.google.com in your flutter app.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, http, path_provider

More

Packages that depend on google_fonts