Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Incorporating suggested fixes
  • Loading branch information
domesticmouse authored Jul 19, 2021
commit 113524fd51d89b513f35906cfcb4e071c7bc21b0
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,8 @@ This is an implementation of the [google_maps_flutter](https://pub.dev/packages/

### Depend on the package

This package is not an endorsed implementation of the google_maps_flutter plugin yet, so you'll need to modify the `pubspec.yaml` file of your app to depend on this package:

```yaml
dependencies:
google_maps_flutter: ^2.0.0
google_maps_flutter_web: ^0.3.0
```
This package is not an endorsed implementation of the google_maps_flutter plugin yet, so you'll need to
[add it explicitly](https://pub.dev/packages/google_maps_flutter_web/install).

### Modify web/index.html

Expand Down