-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Closed
flutter/engine
#22457Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work lista: desktopRunning on desktopRunning on desktopcustomer: crowdAffects or could affect many people, though not necessarily a specific customer.Affects or could affect many people, though not necessarily a specific customer.engineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.platform-macBuilding on or for macOS specificallyBuilding on or for macOS specifically
Description
Version info:
[✓] Flutter (Channel master, 1.24.0-8.0.pre.154, on Mac OS X 10.15.3 19D76 darwin-x64, locale en-US)
• Flutter version 1.24.0-8.0.pre.154 at /Users/tvolkert/project/flutter/flutter
• Framework revision 500338ce4a (46 minutes ago), 2020-11-09 21:00:55 -0800
• Engine revision 3cf2922269
• Dart version 2.12.0 (build 2.12.0-28.0.dev)
[✓] Android Studio (version 4.0)
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin version 48.1.2
• Dart plugin version 193.7361
• Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)
I have an app that's migrated to sound null safety. I can run it at the CLI using flutter run -d macos with no problem. But when I run it from IntelliJ, I get:
Running "flutter pub get" in payouts...
Warning: You are using these overridden dependencies:
! http 0.13.0-nullsafety-dev from git https://github.com/dart-lang/http.git at 7bc620
! http_parser 4.0.0-nullsafety from git https://github.com/dart-lang/http_parser.git at 763512
! intl 0.17.0-nullsafety.2
! meta 1.3.0-nullsafety.6
Launching lib/main.dart on macOS in debug mode...
Running pod install...
Building macOS application...
Waiting for macOS to report its views...
And the app never starts...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work lista: desktopRunning on desktopRunning on desktopcustomer: crowdAffects or could affect many people, though not necessarily a specific customer.Affects or could affect many people, though not necessarily a specific customer.engineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.platform-macBuilding on or for macOS specificallyBuilding on or for macOS specifically