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
|
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.12.0 <3.0.0"
|
sdk: ">=3.1.5 <4.0.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
flutter:
|
flutter:
|
||||||
|
|
|
@ -9,9 +9,9 @@ Pod::Spec.new do |s|
|
||||||
s.description = <<-DESC
|
s.description = <<-DESC
|
||||||
A new Flutter plugin.
|
A new Flutter plugin.
|
||||||
DESC
|
DESC
|
||||||
s.homepage = 'http://example.com'
|
s.homepage = 'https://github.com/kuloud/amap_map'
|
||||||
s.license = { :file => '../LICENSE' }
|
s.license = { :file => '../LICENSE' }
|
||||||
s.author = { 'Your Company' => 'email@example.com' }
|
s.author = { 'kuloud' => 'kuloud@outlook.com' }
|
||||||
s.source = { :path => '.' }
|
s.source = { :path => '.' }
|
||||||
s.source_files = 'Classes/**/*'
|
s.source_files = 'Classes/**/*'
|
||||||
s.public_header_files = 'Classes/**/*.h'
|
s.public_header_files = 'Classes/**/*.h'
|
|
@ -1,6 +1,6 @@
|
||||||
name: amap_map
|
name: amap_map
|
||||||
description: Amap SDK Flutter plugin
|
description: Amap SDK Flutter plugin
|
||||||
version: 1.0.0+3
|
version: 1.0.0+4
|
||||||
homepage: https://github.com/kuloud/amap_map
|
homepage: https://github.com/kuloud/amap_map
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
@ -21,10 +21,6 @@ dependencies:
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
sdk: flutter
|
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
|
test: ^1.16.5
|
||||||
pedantic: ^1.11.0
|
pedantic: ^1.11.0
|
||||||
mockito: ^5.0.0-nullsafety.7
|
mockito: ^5.0.0-nullsafety.7
|
||||||
|
|
Loading…
Reference in New Issue