像这样将DefaultTextStyle应用于Scaffold,您将在所有子文本小部件中获得此样式
复制 xxx:~/demo/flutter_ohos$ flutter build hap --target-platform ohos-arm64 --local-engine-...
import'package:firebase_core/firebase_core.dart';import'package:flutter/material.dart';import'firebase_options.dart';import'utils/authCheck.dart';import'utils/colors.dart';voidmain()async{ WidgetsFlutterBinding.ensureInitialized();awaitFirebase.initializeApp( options: DefaultFirebaseOptions.curre...
Building flutter tool... Flutter assets will be downloaded from https://storage.flutter-io.cn. Make sure you trust this source! Downloading Material fonts... 351ms Downloading Gradle Wrapper... 29ms Downloading package sky_engine... 128ms Downloading flutter_patched_sdk tools... 232ms Download...
Building flutter tool… Flutter assets will be downloaded fromhttps://storage.flutter-io.cn. Make sure you trust this source! Downloading Material fonts… 351ms Downloading Gradle Wrapper… 29ms Downloading package sky_engine… 128ms Downloading flutter_patched_sdk tools… 232ms ...
When we switch back to the default flutter font, we don't have this problem anymore. As the standard flutter font and the one we specified are very similar, there's no added value in trying to use a font that does not always work. Unless we enjoy getting 1 star review (I don't)....