File tree 4 files changed +10
-17
lines changed
4 files changed +10
-17
lines changed Original file line number Diff line number Diff line change 1
- # 0.1.1
1
+ ## 0.1.2
2
+
3
+ * Added getter for visible map region.
4
+
5
+ ## 0.1.1
2
6
3
7
* Added an example.
4
8
5
- # 0.1.0
9
+ ## 0.1.0
6
10
7
11
* Initial release.
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ packages:
94
94
path: ".."
95
95
relative: true
96
96
source: path
97
- version: "0.1.1 "
97
+ version: "0.1.2 "
98
98
quiver:
99
99
dependency: transitive
100
100
description:
Original file line number Diff line number Diff line change 1
1
name : flutter_platform_maps_example
2
- description : A new Flutter project.
3
-
4
- # The following defines the version and build number for your application.
5
- # A version number is three numbers separated by dots, like 1.2.43
6
- # followed by an optional build number separated by a +.
7
- # Both the version and the builder number may be overridden in flutter
8
- # build by specifying --build-name and --build-number, respectively.
9
- # In Android, build-name is used as versionName while build-number used as versionCode.
10
- # Read more about Android versioning at https://developer.android.com/studio/publish/versioning
11
- # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
12
- # Read more about iOS versioning at
13
- # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
14
- version : 1.0.0+1
2
+ description : Example usage of flutter_platform_maps.
3
+ version : 1.0.0
15
4
16
5
environment :
17
6
sdk : " >=2.1.0 <3.0.0"
Original file line number Diff line number Diff line change 1
1
name : platform_maps_flutter
2
2
description : A Flutter package that combines google_maps and apple_maps to provide a crossplatform native map implementation.
3
- version : 0.1.1
3
+ version : 0.1.2
4
4
author : Luis Thein <luis.thein@gmx.de>
5
5
homepage : https://github.com/LuisThein
6
6
You can’t perform that action at this time.
0 commit comments