Steps to Reproduce



code:
child: Text(
team.destination,
style: Theme.of(context).textTheme.title,
overflow: TextOverflow.fade,
softWrap: false,
maxLines: 1,
),
// title style is redefined in custom theme using FontWeight.w500:
title: base.title.copyWith(
fontSize: 18.0,
fontWeight: FontWeight.w500,
color: TColors.kTextPrimary,
)
Flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel master, v1.1.10-pre.117, on Mac OS X 10.14.1 18B75, locale en-CN)
[✓] Android toolchain - develop for Android devices (Android SDK version 28.0.2)
[!] iOS toolchain - develop for iOS devices (Xcode 10.1)
✗ libimobiledevice and ideviceinstaller are not installed. To install with Brew, run:
brew update
brew install --HEAD usbmuxd
brew link usbmuxd
brew install --HEAD libimobiledevice
brew install ideviceinstaller
[✓] Android Studio (version 3.0)
[✓] VS Code (version 1.30.1)
[✓] Connected device (2 available)
Steps to Reproduce
code:
Flutter doctor