flutter-packages icon indicating copy to clipboard operation
flutter-packages copied to clipboard

A collection of useful Material Design packages

Results 102 flutter-packages issues
Sort by recently updated
recently updated
newest added

- 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)...

waiting for developer response

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):...

waiting for developer response

## 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...

enhancement
p: google_fonts

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...

bug
missing font
p: google_fonts

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. ![Unbenannt](https://user-images.githubusercontent.com/20759873/110811136-b511c000-8286-11eb-9cbe-c75fb925f0ce.PNG)

bug

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...

enhancement
help wanted
p: google_fonts

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...

enhancement
help wanted

## 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...

bug

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...

enhancement
help wanted
p: google_fonts