-
-
Notifications
You must be signed in to change notification settings - Fork 85
Expand file tree
/
Copy pathpubspec.yaml
More file actions
39 lines (32 loc) · 1.13 KB
/
pubspec.yaml
File metadata and controls
39 lines (32 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name: geocoding_ios
description: A Flutter Geocoding plugin which provides easy geocoding and reverse-geocoding features.
version: 3.1.0
repository: https://github.com/baseflow/flutter-geocoding/tree/main/geocoding_ios
issue_tracker: https://github.com/Baseflow/flutter-geocoding/issues
environment:
sdk: ">=3.3.0 <4.0.0"
flutter: ">=3.0.0"
dependencies:
flutter:
sdk: flutter
geocoding_platform_interface: ">=3.2.0 <6.0.0"
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
mockito: ^5.0.0
plugin_platform_interface: ^2.0.0
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
# This section identifies this Flutter project as a plugin project.
# The 'pluginClass' and Android 'package' identifiers should not ordinarily
# be modified. They are used by the tooling to maintain consistency when
# adding or updating assets for this project.
plugin:
implements: geocoding
platforms:
ios:
pluginClass: GeocodingPlugin
dartPluginClass: GeocodingIOS