Skip to content

Commit

Permalink
Releasing version 1.3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
xclud committed Jul 15, 2022
1 parent ef91e26 commit c2da0a9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## [1.3.2]

* Deprecates `MapLayoutBuilder` widget and introduces the `MapLayout`.

## [1.3.1]

* Deprecate `Map` widget and introduces the `TileLayer`.
* Deprecates `Map` widget and introduces the `TileLayer`.

## [1.3.0]

Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ I welcome contributions in all forms. One lightweight way you can contribute is

## Supported platforms

* [x] Android
* [x] iOS
* [x] Web
* [x] Windows
* [x] Linux
* [x] macOS
* [x] Flutter 3 is supported.
* [] Android
* [] iOS
* [] Web
* [] Windows
* [] Linux
* [] macOS
* [] Flutter 3 is supported.

## Getting Started

Expand All @@ -59,7 +59,7 @@ final controller = MapController(
```

```dart
MapLayoutBuilder(
MapLayout(
controller: controller,
builder: (context, transformer) {
return TileLayer(
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: map
description: Lightweight Map widget for flutter supporting different projections including EPSG4326/Mercator/WGS1984.
version: 1.3.1
version: 1.3.2
homepage: https://pwa.ir
repository: https://github.com/xclud/flutter_map

Expand Down

0 comments on commit c2da0a9

Please sign in to comment.