release 1.0.0+4
This commit is contained in:
parent
a550825953
commit
080c198951
|
@ -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:
|
||||
|
|
|
@ -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'
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue