File tree 4 files changed +7
-5
lines changed
4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change
1
+ ### 1.3.1:
2
+ * fix bug in setIconMarker In web side (#560 )
1
3
### 1.3.0:
2
4
* add new attribute ` isDotted ` to ` RoadOption ` to draw dotted line
3
5
* fix bug related to draw shapes in mobile side
Original file line number Diff line number Diff line change 4
4
5
5
# flutter_osm_plugin
6
6
7
- ![ pub] ( https://img.shields.io/badge/pub-v1.3.0 -blue )
7
+ ![ pub] ( https://img.shields.io/badge/pub-v1.3.1 -blue )
8
8
9
9
10
10
## Platform Support
51
51
Add the following to your ` pubspec.yaml ` file:
52
52
53
53
dependencies:
54
- flutter_osm_plugin: ^1.3.0
54
+ flutter_osm_plugin: ^1.3.1
55
55
56
56
57
57
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ dependencies:
15
15
web : ^1.0.0
16
16
stream_transform : ^2.1.0
17
17
routing_client_dart : ^0.5.5
18
- flutter_osm_interface : ^1.3.0
19
- # path: ../flutter_osm_interface/
18
+ flutter_osm_interface : # ^1.3.0
19
+ path : ../flutter_osm_interface/
20
20
dev_dependencies :
21
21
flutter_test :
22
22
sdk : flutter
Original file line number Diff line number Diff line change 1
1
name : flutter_osm_plugin
2
2
description : OpenStreetMap Plugin Native for flutter apps (Andoird/iOS/web)
3
- version : 1.3.0
3
+ version : 1.3.1
4
4
5
5
6
6
homepage : https://github.com/liodali/osm_flutter
You can’t perform that action at this time.
0 commit comments