From 080c1989515a16fa066bf5af02d9ef261dab0e56 Mon Sep 17 00:00:00 2001 From: Kuloud Date: Sat, 23 Dec 2023 10:41:20 +0800 Subject: [PATCH] release 1.0.0+4 --- example/pubspec.yaml | 2 +- ios/{amap_flutter_map.podspec => amap_map.podspec} | 4 ++-- pubspec.yaml | 6 +----- 3 files changed, 4 insertions(+), 8 deletions(-) rename ios/{amap_flutter_map.podspec => amap_map.podspec} (87%) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 5abb357..2ceda47 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -6,7 +6,7 @@ description: Demonstrates how to use the amap_map plugin. publish_to: 'none' # Remove this line if you wish to publish to pub.dev environment: - sdk: ">=2.12.0 <3.0.0" + sdk: ">=3.1.5 <4.0.0" dependencies: flutter: diff --git a/ios/amap_flutter_map.podspec b/ios/amap_map.podspec similarity index 87% rename from ios/amap_flutter_map.podspec rename to ios/amap_map.podspec index a38eb91..79ead4c 100644 --- a/ios/amap_flutter_map.podspec +++ b/ios/amap_map.podspec @@ -9,9 +9,9 @@ Pod::Spec.new do |s| s.description = <<-DESC A new Flutter plugin. DESC - s.homepage = 'http://example.com' + s.homepage = 'https://github.com/kuloud/amap_map' s.license = { :file => '../LICENSE' } - s.author = { 'Your Company' => 'email@example.com' } + s.author = { 'kuloud' => 'kuloud@outlook.com' } s.source = { :path => '.' } s.source_files = 'Classes/**/*' s.public_header_files = 'Classes/**/*.h' diff --git a/pubspec.yaml b/pubspec.yaml index 17a40cb..540543a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: amap_map description: Amap SDK Flutter plugin -version: 1.0.0+3 +version: 1.0.0+4 homepage: https://github.com/kuloud/amap_map environment: @@ -21,10 +21,6 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - # TODO(iskakaushik): The following dependencies can be removed once - # https://github.com/dart-lang/pub/issues/2101 is resolved. - flutter_driver: - sdk: flutter test: ^1.16.5 pedantic: ^1.11.0 mockito: ^5.0.0-nullsafety.7