Created
June 11, 2019 09:39
-
-
Save shyvum/a66de211866441c5e64ba31ab49320be to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: google_maps_in_flutter | |
description: Building a mobile app featuring a Google Map using the Flutter SDK. | |
version: 1.0.0+1 | |
environment: | |
sdk: ">=2.1.0 <3.0.0" | |
dependencies: | |
flutter: | |
sdk: flutter | |
# Add the following line | |
google_maps_flutter: ^0.5.11 | |
flutter: | |
uses-material-design: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment