Skip to content

Commit

Permalink
Update pubspec.yaml (flutter-mapbox-gl#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
m0nac0 authored and Anastasia Chechulina committed Feb 15, 2020
1 parent 6206490 commit 161ef5e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ version: 0.0.5
author: Mapbox <tobrun@mapbox.com>
homepage: https://github.com/tobrun/flutter-mapbox-gl

environment:
sdk: ">=2.0.0-dev.68.0 <3.0.0"

dependencies:
flutter:
Expand All @@ -18,3 +16,8 @@ flutter:
pluginClass: MapboxMapsPlugin
ios:
pluginClass: MapboxMapsPlugin

environment:
sdk: ">=2.1.0 <3.0.0"
# Flutter versions prior to 1.10 did not support the flutter.plugin.platforms map.
flutter: ">=1.10.0 <2.0.0"

0 comments on commit 161ef5e

Please sign in to comment.