question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Issue with wrapping with new widget if selected widget is being assigned

See original GitHub issue

Thanks for the feedback! If your issue is related to the Flutter framework itself, please open an issue at github.com/flutter/flutter.

Steps to Reproduce

Please tell us what you were doing and what went wrong

Trying to wrap a widget that’s being assigned to a variable using the Flutter plugin.

Version info

Please paste the output of running flutter doctor -v here (available from the command line or from Tools > Flutter > Flutter Doctor). It will provide the version of the Flutter framework as well as of the IntelliJ plugin. $ flutter doctor -v [✓] Flutter (Channel master, v1.1.2-pre.45, on Mac OS X 10.14.2 18C54, locale en-US) • Flutter version 1.1.2-pre.45 at /Users/thinkdigital/development/flutter • Framework revision 632e21b40b (7 hours ago), 2018-12-17 12:38:14 -0800 • Engine revision 5af435098d • Dart version 2.2.0 (build 2.2.0-dev.1.1 f9ebf21297)

[✓] Android toolchain - develop for Android devices (Android SDK 28.0.3) • Android SDK at /Users/thinkdigital/Library/Android/sdk • Android NDK location not configured (optional; useful for native profiling support) • Platform android-28, build-tools 28.0.3 • ANDROID_HOME = /Users/thinkdigital/Library/Android/sdk • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1136-b06) • All Android licenses accepted.

[!] iOS toolchain - develop for iOS devices (Xcode 10.1) • Xcode at /Applications/Xcode.app/Contents/Developer • Xcode 10.1, Build version 10B61 ✗ 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 • ios-deploy 1.9.4 • CocoaPods version 1.5.3

[✓] Android Studio (version 3.2) • Android Studio at /Applications/Android Studio.app/Contents • Flutter plugin version 30.0.1 • Dart plugin version 181.5656 • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1136-b06)

[!] IntelliJ IDEA Ultimate Edition (version 2018.3.1) • IntelliJ at /Users/thinkdigital/Applications/JetBrains Toolbox/IntelliJ IDEA Ultimate.app ✗ Flutter plugin not installed; this adds Flutter specific functionality. ✗ Dart plugin not installed; this adds Dart specific functionality. • For information about installing plugins, see https://flutter.io/intellij-setup/#installing-the-plugins

[✓] VS Code (version 1.30.0) • VS Code at /Applications/Visual Studio Code.app/Contents • Flutter extension version 2.21.1

[✓] Connected device (2 available) • Android SDK built for x86 • emulator-5554 • android-x86 • Android 8.1.0 (API 27) (emulator) • iPad Pro (9.7-inch) • 06D0CF21-E801-4795-A744-5A3120142E16 • ios • iOS 12.1 (simulator)

! Doctor found issues in 2 categories.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

github_iconTop Results From Across the Web

VsCode quick action "Wrap with Widget" not working ... - GitHub
Describe the bug. After updating my flutter version, The quick action "Wrap with widget" does not work as intended on VsCode. To Reproduce...
Read more >
the element type 'List<widget>' can't be assigned to the list ...
Here you are wrapping a list as list children: <Widget>[getList()],. This should rather be children: getList(),.
Read more >
Common Flutter errors
Another way is to wrap the Column in a Flexible widget and specify a flex factor. In fact, the Expanded widget is equivalent...
Read more >
Preventing layout overflows in FlutterFlow
TIP 1: Avoid giving fixed height or width to the Container widget when you just want to wrap its child (such as Text,...
Read more >
TextView - Android Developers
Returns if the text is constrained to a single horizontally scrolling line ignoring new line characters instead of letting it wrap onto multiple...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found