Skip to content

Instantly share code, notes, and snippets.

@ShivamGoyal1899
Created June 11, 2019 09:58
Show Gist options
  • Save ShivamGoyal1899/c1c606287ab6b08a5e460370e1f7bd9d to your computer and use it in GitHub Desktop.
Save ShivamGoyal1899/c1c606287ab6b08a5e460370e1f7bd9d to your computer and use it in GitHub Desktop.
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
google_maps_flutter: ^0.5.11
# Add the following two lines
http: ^0.12.0+1
json_serializable: ^2.0.2
# Add the following three lines
dev_dependencies:
pedantic: ^1.4.0
build_runner: ^1.2.7
flutter:
uses-material-design: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment