Skip to content
This repository was archived by the owner on Jun 25, 2019. It is now read-only.
This repository was archived by the owner on Jun 25, 2019. It is now read-only.

Map not displayed on iOS #122

@graux

Description

@graux

Hi, I am going a bit mad trying to solve this issue.
I have a fully functional map in Android, with custom markers, but in iOS it won't show the "map" assets.
Meaning: in iOS it shows my custom markers, but I have no background: no streets, buildings, etc. just a gray background with my markers floating around.
No compilation or runtime errors.
Happening in both emulator and device. Using an unrestricted API for now.

Any ideas? thanks

My pubspec:

dependencies:
  flutter:
    sdk: flutter
  flutter_localizations:
    sdk: flutter
  crypto: any
  shared_preferences: any
  flutter_svg: any
  font_awesome_flutter: any
  http: ^0.11.3+17
  scoped_model: ^0.3.0
  url_launcher: ^3.0.3
  transparent_image: any
  flutter_launcher_icons: "^0.6.1"
  cupertino_icons: ^0.1.2
  rxdart: ^0.18.1
  map_view: ^0.0.14
  package_info: ^0.3.2
  launch_review: ^1.0.1

dev_dependencies:
  # flutter_test:
    # sdk: flutter
  intl_translation: "^0.17.0"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions