We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01fac5c commit 3cc35f3Copy full SHA for 3cc35f3
CHANGELOG.md
@@ -1,3 +1,5 @@
1
+### 1.3.3+1:
2
+* remove unnecessary gradle dependency that cause issue
3
### 1.3.3:
4
* fix bug in web side
5
### 1.3.2:
README.md
@@ -4,7 +4,7 @@
# flutter_osm_plugin
6
7
-
+
8
9
10
## Platform Support
@@ -51,7 +51,7 @@
51
Add the following to your `pubspec.yaml` file:
52
53
dependencies:
54
- flutter_osm_plugin: ^1.3.3
+ flutter_osm_plugin: ^1.3.3+1
55
56
57
pubspec.yaml
@@ -1,6 +1,6 @@
name: flutter_osm_plugin
description: OpenStreetMap Plugin Native for flutter apps (Andoird/iOS/web)
-version: 1.3.3
+version: 1.3.3+1
homepage: https://github.com/liodali/osm_flutter
0 commit comments