material-foundation/flutter-packages

google_fonts "HTTP fetching at runtime, ideal for development. Can also be used in production to reduce app size" but its 7mb

cyberpwnn opened this issue · 0 comments

Package

google_fonts

Description

Using "flutter build apk --analyze-size --target-platform android-arm64"

...
  lib/
    arm64-v8a                                                              47 MB
    Dart AOT symbols accounted decompressed size                           22 MB
      package:google_fonts                                                  7 MB
      package:flutter                                                       4 MB

...

Why? Even if i wanted to use a single font ~100kb it would be 70 times smaller than using google fonts to "reduce the size for production"