mzimmerm / flutter_charts

Charts Library for Flutter, written in Dart with Flutter.
Other
250 stars 42 forks source link

Running on iOS emulator #14

Closed Winghin2517 closed 2 years ago

Winghin2517 commented 6 years ago

When running on iOS emulator, the following error is encountered:

Finished with error: TimeoutException: Request to Dart VM Service timed out: _flutter.listViews({isolateId: isolates/961460569})

This error results in the emulator just displaying a white screen with no graphs on it.

screen shot 2018-06-09 at 09 21 51

Here is my flutter doctor:

Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel master, v0.4.5-pre.56, on Mac OS X 10.13.4 17E202, locale en-ZA) [✓] Android toolchain - develop for Android devices (Android SDK 27.0.3) [!] iOS toolchain - develop for iOS devices (Xcode 9.4) ! CocoaPods out of date (1.5.0 is recommended). 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 upgrade: brew upgrade cocoapods pod setup [✓] Android Studio (version 3.1) [!] IntelliJ IDEA Community Edition (version 2016.1.1) ✗ Flutter plugin not installed; this adds Flutter specific functionality. ✗ Dart plugin not installed; this adds Dart specific functionality. ✗ This install is older than the minimum recommended version of 2017.1.0. [!] VS Code (version 1.23.1) [✓] Connected devices (1 available)

! Doctor found issues in 3 categories.

I'm running Flutter through Android Studios.

mzimmerm commented 2 years ago

@Winghin2517 Is this still a problem? Can you please provide more details on how you run it - I see from your issue description this was run on Androis Studio IntelliJ. Flutter charts do not use any plugins. Flutter charts do not use any plugins, so it's ability to run on any emulator should not need anything special, iOS or other OS. Are you able to you run other Flutter apps on the same emulator? Flutter charts do not use any plugins, so it's ability to run on any emulator should not need anything special, iOS or other OS.

mzimmerm commented 2 years ago

@Winghin2517 Thanks again for reporting this. As I cannot duplicate it, I will go ahead and close this item. Please feel free to reopen if you still see a problem.