Skip to content

How to contribute to google_maps_flutter and google_maps_flutter_platform_interface at the same time ? #65788

@tolotrasamuel

Description

@tolotrasamuel

I made a PR on google_maps_flutter. However, google_maps_flutter depends on google_maps_flutter_platform_interface and my PR needed to modify both plugins.

So I changed pubspec.yaml as follow in google_maps_flutter

dependencies:
  flutter:
    sdk: flutter
  flutter_plugin_android_lifecycle: ^1.0.0
  google_maps_flutter_platform_interface: # I changed this from ^1.0.4
    path: ../google_maps_flutter_platform_interface

Then I did the Pull Request but on of the checks says:

* Don't depend on "google_maps_flutter_platform_interface" from the path source. Use the hosted source instead. For example:

I don't understand. How am I supposed to use the hosted plugin although I am modifying it

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