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

Can't add image source in the example app #44

Open
cankaraman opened this issue Nov 9, 2021 · 2 comments
Open

Can't add image source in the example app #44

cankaraman opened this issue Nov 9, 2021 · 2 comments
Labels
android bug Something isn't working example Affects the example app

Comments

@cankaraman
Copy link

Hi,

I can't add image sources in the example app's "Place source" screen. Flutter doctor output and a screenshot are included. I tried this with both a physical android device and an android emulator.

screenshot

[✓] Flutter (Channel stable, 2.5.3, on macOS 11.5.1 20G80 darwin-arm, locale en-GB)
    • Flutter version 2.5.3 at /Users/cankaraman/development/flutter
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision 18116933e7 (4 weeks ago), 2021-10-15 10:46:35 -0700
    • Engine revision d3ea636dc5
    • Dart version 2.14.4

[✓] Android toolchain - develop for Android devices (Android SDK version 31.0.0)
    • Android SDK at /Users/cankaraman/Library/Android/sdk
    • Platform android-31, build-tools 31.0.0
    • ANDROID_SDK_ROOT = /Users/cankaraman/Library/Android/sdk
    • Java binary at: /Applications/Android Studio.app/Contents/jre/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 11.0.10+0-b96-7281165)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Xcode 12.4, Build version 12D4e
    • CocoaPods version 1.10.2

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

[✓] Android Studio (version 2020.3)
    • Android Studio at /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 11.0.10+0-b96-7281165)

[✓] VS Code (version 1.59.0)
    • VS Code at /Users/cankaraman/Downloads/Visual Studio Code.app/Contents
    • Flutter extension can be installed from:
      🔨 https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter

[✓] Connected device (2 available)
    • sdk gphone64 arm64 (mobile) • emulator-5554 • android-arm64  • Android 12 (API 31)
      (emulator)
    • Chrome (web)                • chrome        • web-javascript • Google Chrome
      95.0.4638.69

• No issues found!

@m0nac0
Copy link
Collaborator

m0nac0 commented Nov 9, 2021

Thank you for reporting this, I was able to reproduce it on an Android emulator. Curiously, the related code doesn't seem to have been touched recently. Do you happen to know if this works with flutter-mapbox-gl?

And have you tested this on iOS?

@m0nac0 m0nac0 added android bug Something isn't working labels Nov 9, 2021
@cankaraman
Copy link
Author

Sure, no problem. Thank you for your answer. I was actually trying to switch from flutter-mapbox-gl to maplibre. For the 0.11.0 release version of the flutter-mapbox-gl adding images works with our codebase. After switching to maplibre 0.15.0 only the adding images stopped working. I did not try the flutter-mapbox-gl example app for the same version.

I have just tested it for you on an iOS emulator and it does not work on it either. Here is the screenshot for it

screenshot

@josxha josxha added the example Affects the example app label Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android bug Something isn't working example Affects the example app
Projects
None yet
Development

No branches or pull requests

3 participants