File tree Expand file tree Collapse file tree 4 files changed +10
-17
lines changed Expand file tree Collapse file tree 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
26
37* Added an example.
48
5- # 0.1.0
9+ ## 0.1.0
610
711* Initial release.
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ packages:
9494 path: ".."
9595 relative: true
9696 source: path
97- version: "0.1.1 "
97+ version: "0.1.2 "
9898 quiver:
9999 dependency: transitive
100100 description:
Original file line number Diff line number Diff line change 11name : 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
154
165environment :
176 sdk : " >=2.1.0 <3.0.0"
Original file line number Diff line number Diff line change 11name : platform_maps_flutter
22description : 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
44author : Luis Thein <luis.thein@gmx.de>
55homepage : https://github.com/LuisThein
66
You can’t perform that action at this time.
0 commit comments