mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
The "old" APK build did not include Roboto fonts, but the new Gradle-based build did. This is due to `flutter build flx` defaulting to include the fonts, where the old `flutter build apk` defaulted to NOT include them. So let's change the Gradle build to also not include Roboto fonts. Fixes #8149
Flutter tools
Tools for building Flutter applications.
To run the tests, ensure that no devices are connected and run:
pub get
FLUTTER_ROOT=$PWD/../.. dart --checked test/all.dart