Вышло обновление Google Fonts v 1.0.0! для Flutter, список изменений:

- Get a list of all supported fonts with GoogleFonts.asMap()

- Use a font with a dynamic name: GoogleFonts.getFont(‘Lato’)

- Ensure secure downloads with checksum verification

- Experience improved performance, especially on web

- Pre-bundle fonts using pubspec assets

- Optionally disable fetching fonts at runtime (useful when debugging or pre-bundling)

Статья: https://link.medium.com/FuIfBgWGV5

pub dev: https://pub.dev/packages/google_fonts#-readme-tab-