flutter-packages
flutter-packages copied to clipboard
A collection of useful Material Design packages
- Tried to run codelab: https://codelabs.developers.google.com/codelabs/flutter-boring-to-beautiful#3 - Montserrat font fails to load while running in gphone emulator, though google_fonts included in dependencies, and AndroidManifest.xml has correct perms (see attached files)...
The addition of the `pendingFontLoads` function would allow users to request multiple google fonts, then asynchronously wait for the fonts to be loaded. For example, the following snippet will show...
I/flutter ( 3328): Error: google_fonts was unable to load font Roboto-Bold because the following exception occurred: I/flutter ( 3328): Exception: Failed to load font with url: https://fonts.gstatic.com/s/a/05b2d0935046846efe2c8786ad1c5d909a11c3431787eea52f2fc70f2a8a6edf.ttf I/flutter ( 3328):...
## Steps to Reproduce I am about to use a bundled version of a font, the documentation says: > Note: Since these files are listed as assets, there is no...
Text( 'Google 谷歌字体', style: GoogleFonts.getFont('Noto Sans SC'), ), error on web: Not font family 'Noto Sans SC' was found https://fonts.google.com/specimen/Noto+Sans+SC?selection.family=Noto+Sans+SC:wght@100&sidebar.open=true&subset=chinese-simplified&query=Noto+Sans#standard-styles Missing list: - Noto Sans HK - Noto Sans JP...
See here: https://github.com/flutter/flutter/issues/77888 I didn't noticed that this is a google fonts problem and that there is a seperate repo for this. 
I know that Flutter "rounds" your weight selection to the nearest available, but how do you find all the available weights for a font? I couldn't find any method that...
Right now it is impossible to navigate through `google_fonts.dart`. Since it weights about 3mb, Intellij's code navigation feature is not available. Therefore, it is impossible to jump to the source...
## Steps to Reproduce 1. create new app 2. install google_fonts 3. adjust main.dart 4. start it up on a device (e.g. Mac) 5. start it on Web ```dart import...
Would be great if it was possible to use the loaded font as a fallback ex. something like ``` GoogleFonts.getFont('Noto Color Emoji Compat') Text( 'Hello 👋', style: TextStyle( fontFamilyFallback: ['Noto...