Alex Li
Alex Li
This should be covered by Flutter's localization tool. There is no plan for us to create the same functionality.
@Aqluse Could you verify if #471 resolves the issue?
@AlexSeednov It is likely that you've put `assets/font/` in your assets list. Remove them and your result will be as you desired.
Using those fonts in your application does not require you to write them in the assets list. Example: https://github.com/FlutterGen/flutter_gen/blob/584648dfdcb16fcfc937004e142201340518a9db/examples/example/pubspec.yaml#L74-L92
It seems no extra work is required in the package. The above comment already suggested a valid workaround.
Converting this to a draft since it has unaddressed conflicts and comments. @Tkko If you are still on this, please make corresponding changes. Thanks!
Please make new requests if you still on this.
Duplicate of https://github.com/flutter/flutter/issues/102983
`assets` -> `exclude` has added to support the request.
Please submit a new request if this is still required.