Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: getServiceStream only works when enable the Location Service on IOS #1489

Open
3 of 8 tasks
Ellynnn opened this issue Apr 25, 2024 · 0 comments
Open
3 of 8 tasks

Comments

@Ellynnn
Copy link

Ellynnn commented Apr 25, 2024

Please check the following before submitting a new issue.

Please select affected platform(s)

  • Android
  • iOS
  • Linux
  • macOS
  • Web
  • Windows

Steps to reproduce

Enable the location service then disable then enable it again

Expected results

Return disabled when I disabled the Location Service

Actual results

Nothing is return when I disabled the Location Service. Return Disabled and Enabled after I enabled the Location Service again

Code sample

Code sample
Geolocator.getServiceStatusStream().listen((status) => print(status.name));

Screenshots or video

No response

Version

11.0.0

Flutter Doctor output

Doctor output
[✓] Flutter (Channel stable, 3.19.6, on macOS 14.3.1 23D60 darwin-x64, locale en-MY)
    • Flutter version 3.19.6 on channel stable at /Volumes/Data/Users/ksyeoh/Applications/flutter
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision 54e66469a9 (7 days ago), 2024-04-17 13:08:03 -0700
    • Engine revision c4cd48e186
    • Dart version 3.3.4
    • DevTools version 2.31.1

[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
    • Android SDK at /Volumes/Data/Users/ksyeoh/Android/sdk
    • Platform android-34, build-tools 34.0.0
    • Java binary at: /Volumes/Data/Users/ksyeoh/Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 17.0.6+0-17.0.6b829.9-10027231)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 15.2)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Build 15C500b
    • CocoaPods version 1.15.2

[✓] Chrome - develop for the web
    • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 2022.3)
    • Android Studio at /Volumes/Data/Users/ksyeoh/Applications/Android Studio.app/Contents
    • Flutter plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build 17.0.6+0-17.0.6b829.9-10027231)

[✓] VS Code (version 1.87.2)
    • VS Code at /Volumes/Data/Users/ksyeoh/Applications/Visual Studio Code.app/Contents
    • Flutter extension version 3.86.0

[✓] Connected device (3 available)
    • iPad (mobile)   • 73bbad97bf4fafe9ef1746d558a697499fa50c81 • ios            • iOS 17.4.1 21E236
    • macOS (desktop) • macos                                    • darwin-x64     • macOS 14.3.1 23D60 darwin-x64
    • Chrome (web)    • chrome                                   • web-javascript • Google Chrome 124.0.6367.79
    ! Error: Browsing on the local area network for Jia Lin🐮. Ensure the device is unlocked and attached with a cable or associated with the same local area network as this Mac.
      The device must be opted into Developer Mode to connect wirelessly. (code -27)

[✓] Network resources
    • All expected network resources are available.

• No issues found!
@Ellynnn Ellynnn changed the title [Bug]: getServiceStream only works when enable the locationService on IOS [Bug]: getServiceStream only works when enable the Location Service on IOS Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant