This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
packages/google_maps_flutter/google_maps_flutter_platform_interface Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.1.2
2
+
3
+ * ` LatLng ` constructor maintains longitude precision when given within
4
+ acceptable range
5
+
1
6
## 2.1.1
2
7
3
8
* Method ` buildViewWithTextDirection ` has been added to the platform interface.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ repository: https://github.com/flutter/plugins/tree/master/packages/google_maps_
4
4
issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+maps%22
5
5
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
6
6
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
7
- version : 2.1.1
7
+ version : 2.1.2
8
8
9
9
environment :
10
10
sdk : ' >=2.12.0 <3.0.0'
Original file line number Diff line number Diff line change 1
- // Copyright 2021 The Flutter Authors. All rights reserved.
1
+ // Copyright 2013 The Flutter Authors. All rights reserved.
2
2
// Use of this source code is governed by a BSD-style license that can be
3
3
// found in the LICENSE file.
4
4
You can’t perform that action at this time.
0 commit comments