-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Allow web: 0.X and 1.X * Update examples to latest web changes. * Update CHANGELOG to reflect the package:web bracket. * Tighten lower web version to 0.5.1
- Loading branch information
Showing
9 changed files
with
20 additions
and
16 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# 8.0.0-dev.3 | ||
|
||
- allow package:web ^1.0.0 | ||
|
||
# 8.0.0-dev.2 | ||
|
||
- some minor changes | ||
|
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
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
name: google_maps | ||
version: 8.0.0-dev.2 | ||
version: 8.0.0-dev.3 | ||
description: > | ||
With that package you will be able to use Google Maps JavaScript API from Dart | ||
scripts. | ||
homepage: https://github.com/a14n/dart-google-maps | ||
environment: | ||
sdk: '>=3.4.0 <4.0.0' | ||
sdk: ^3.4.0 | ||
dependencies: | ||
meta: ^1.3.0 | ||
web: ^0.5.0 | ||
web: ">=0.5.1 <2.0.0" | ||
dev_dependencies: | ||
build_runner: ^2.4.0 | ||
build_web_compilers: ^4.0.0 | ||
collection: | ||
html: ^0.15.0 | ||
http: ^0.13.0 | ||
http: ^1.2.2 | ||
path: ^1.7.0 | ||
petitparser: ^6.0.2 |