Skip to content

Misalignment ListTile Leading Widget #17817

@putraxor

Description

@putraxor

Just upgrade flutter and list tile leading widget misaligned when use multi line title and subtitle with column container

ListTile(
      isThreeLine: true,
      leading: CircleAvatar(child: Text('A')),
      title: Text('Test Title'),
      subtitle: Column(
          crossAxisAlignment: CrossAxisAlignment.start,
          children: [Text('First'), Text('Second')]),
    );

flutter list tile

[✓] Flutter (Channel master, v0.4.5-pre.66, on Mac OS X 10.13.4 17E199, locale en-ID)
    • Flutter version 0.4.5-pre.66 at /Users/wizard/Desktop/DEV/flutter
    • Framework revision 1396b8139d (5 hours ago), 2018-05-22 07:47:39 -0700
    • Engine revision f876bd5710
    • Dart version 2.0.0-dev.55.0.flutter-97b6c2e09d

[✓] Android toolchain - develop for Android devices (Android SDK 27.0.3)
    • Android SDK at /Users/wizard/Library/Android/sdk
    • Android NDK location not configured (optional; useful for native profiling support)
    • Platform android-27, build-tools 27.0.3
    • Java binary at: /Library/Java/JavaVirtualMachines/jdk1.8.0_171.jdk/Contents/Home/bin/java
    • Java version Java(TM) SE Runtime Environment (build 1.8.0_171-b11)
    • All Android licenses accepted.

[!] iOS toolchain - develop for iOS devices (Xcode 9.3.1)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Xcode 9.3.1, Build version 9E501
    ✗ libimobiledevice and ideviceinstaller are not installed. To install, run:
        brew install --HEAD libimobiledevice
        brew install ideviceinstaller
    ✗ ios-deploy not installed. To install:
        brew install ios-deploy
    ✗ CocoaPods not installed.
        CocoaPods is used to retrieve the iOS platform side's plugin code that responds to your plugin usage on the Dart side.
        Without resolving iOS dependencies with CocoaPods, plugins will not work on iOS.
        For more info, see https://flutter.io/platform-plugins
      To install:
        brew install cocoapods
        pod setup

[✗] Android Studio (not installed)
    • Android Studio not found; download from https://developer.android.com/studio/index.html
      (or visit https://flutter.io/setup/#android-setup for detailed instructions).

[✓] Connected devices (1 available)
    • Android SDK built for x86 • emulator-5554 • android-x86 • Android 8.1.0 (API 27) (emulator)'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions