Skip to content

Commit

Permalink
publish: 1.3.5+1
Browse files Browse the repository at this point in the history
  • Loading branch information
liodali committed Nov 26, 2024
1 parent 9390c52 commit 0013f27
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 11 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
### 1.3.5+1: fix bug
* fix android build by remove unnecessary dependency in gradle file
### 1.3.5: fix bug
* fix issue in convert js object to dart for web side
### 1.3.4: fix bug
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# flutter_osm_plugin

![pub](https://img.shields.io/badge/pub-v1.3.5-blue)
![pub](https://img.shields.io/badge/pub-v1.3.5%2B1-blue)


## Platform Support
Expand Down Expand Up @@ -51,7 +51,7 @@
Add the following to your `pubspec.yaml` file:

dependencies:
flutter_osm_plugin: ^1.3.5
flutter_osm_plugin: ^1.3.5+1



Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ dependencies {

coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.2'

implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.29'
//implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.29'

}

10 changes: 5 additions & 5 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ dev_dependencies:
sdk: flutter

dependency_overrides:
permission_handler_html: 0.1.3+2
url_launcher_web: 2.3.3
web: 1.0.0
#flutter_osm_plugin: #^0.70.3
# path: ../
# permission_handler_html: 0.1.3+2
# url_launcher_web: 2.3.3
# web: 1.0.0
#flutter_osm_plugin: #^0.70.3
# path: ../


# For information on the generic Dart part of this file, see the
Expand Down
8 changes: 5 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_osm_plugin
description: OpenStreetMap Plugin Native for flutter apps (Andoird/iOS/web)
version: 1.3.5
version: 1.3.5+1


homepage: https://github.com/liodali/osm_flutter
Expand All @@ -18,6 +18,8 @@ dependencies:
url_launcher: ^6.3.0
dio: ^5.3.3
uuid: ^4.2.1
routing_client_dart: ^0.5.5
google_polyline_algorithm: ^3.1.0
flutter_osm_interface: #^1.0.2
path: ./flutter_osm_interface/
flutter_osm_web: #^1.0.3
Expand All @@ -28,8 +30,8 @@ dev_dependencies:
sdk: flutter

dependency_overrides:
permission_handler_android: ^12.0.12
url_launcher_android: ^6.3.10
permission_handler_android: ^12.0.13
url_launcher_android: ^6.3.14
url_launcher_ios: ^6.3.1
url_launcher_web: ^2.3.3
# permission_handler_html: 0.1.2
Expand Down

0 comments on commit 0013f27

Please sign in to comment.