-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Description
From @InMatrix on July 21, 2017 0:26
Steps to Reproduce
- Create a new Flutter project
- Run the app in an iPhone SE simulator
- Change the theme color of the app
- Hit the Hot Reload button in IntelliJ
The console said "Reloaded 1 of 439 libraries in 305ms." But the color wasn't updated in the Simulator.
This problem seems to only exist in IntelliJ. Hot Reload via command line worked.
Version info
[✓] Flutter (on Mac OS X 10.12.5 16F73, locale en-US, channel master)
• Flutter at /Users/taodong/Code/flutter_repos/flutter
• Framework revision 48427cb (3 hours ago), 2017-07-20 17:06:57 -0700
• Engine revision 5fcfb99
• Tools Dart version 1.25.0-dev.4.0
[✓] Android toolchain - develop for Android devices (Android SDK 25.0.2)
• Android SDK at /Users/taodong/Library/Android/sdk
• Platform android-24, build-tools 25.0.2
• Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 1.8.0_112-release-b06)
[✓] iOS toolchain - develop for iOS devices (Xcode 8.3.3)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Xcode 8.3.3, Build version 8E3004b
• ios-deploy 1.9.1
• CocoaPods version 1.2.0
[✓] Android Studio (version 2.3)
• Android Studio at /Applications/Android Studio.app/Contents
• Java version OpenJDK Runtime Environment (build 1.8.0_112-release-b06)
[✓] IntelliJ IDEA Community Edition (version 2017.1.5)
• Flutter plugin version 15.1
• Dart plugin version 171.4694.29
[✓] Connected devices
• iPhone SE • 464ACEFB-D361-4889-90B9-4084691BDF19 • ios • iOS 10.3 (simulator)
Copied from original issue: flutter/flutter-intellij#1228