-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
163 lines (152 loc) · 8.21 KB
/
pubspec.yaml
File metadata and controls
163 lines (152 loc) · 8.21 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
name: mapmetrics
description: "Permissive and performant mapping library that supports Mapbox Vector Tiles (MVT) powered by MapLibre SDKs."
version: 1.0.6
repository: https://github.com/MapMetrics/MapMetrics-flutter
issue_tracker: https://github.com/MapMetrics/MapMetrics-flutter/issues
homepage: https://github.com/MapMetrics/MapMetrics-flutter
topics: [ map, mapmetrics, mvt ]
platforms:
android:
ios:
web:
environment:
flutter: '>=3.29.0'
sdk: ^3.7.0
dependencies:
ffi: ^2.1.3
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
geotypes: ^0.0.2
html: ^0.15.4
jni: ^0.14.0
# maplibre_ios:
# path: maplibre_ios
objective_c: ^6.0.0
pointer_interceptor: ^0.10.1+2
url_launcher: ^6.3.0
web: ^1.0.0
dev_dependencies:
build_runner: ^2.4.11
ffigen: ^19.0.0
flutter_test:
sdk: flutter
jnigen: ^0.14.0
mocktail: ^1.0.4
pigeon: ^24.0.0
very_good_analysis: ^7.0.0
screenshots:
- description: 'MapMetrics Logo'
path: 'doc/logo_rounded.png'
flutter:
uses-material-design: true
assets:
- assets/
plugin:
platforms:
android:
package: com.github.mapmetrics.maplibre
pluginClass: MapLibrePlugin
ios:
pluginClass: MapLibreIosPlugin
linux:
pluginClass: MaplibrePlugin
macos:
pluginClass: MaplibrePlugin
windows:
pluginClass: MaplibrePluginCApi
web:
pluginClass: PlatformImpl
fileName: src/platform/platform_web.dart
ffigen:
name: MapLibreFFi
description: Bindings for MapLibre iOS.
language: objc
output: 'lib/platform/maplibre_ffi.dart'
exclude-all-by-default: true
objc-interfaces:
include:
- 'NSString'
- 'MapLibreRegistry'
- 'MLNMapView'
- 'MLNMapCamera'
- 'CLLocationCoordinate2D'
- 'MLNMapProjection'
- 'MLNStyle'
- 'MLNSource'
- 'MLNRasterTileSource'
- 'MLNVectorTileSource'
- 'MLNImageSource'
- 'MLNRasterDEMSource'
- 'MLNVectorTileSource'
- 'MLNBackgroundStyleLayer'
- 'MLNCircleStyleLayer'
- 'MLNFillExtrusionStyleLayer'
- 'MLNFillStyleLayer'
- 'MLNHeatmapStyleLayer'
- 'MLNHillshadeStyleLayer'
- 'MLNLineStyleLayer'
- 'MLNRasterStyleLayer'
- 'MLNSymbolStyleLayer'
- 'MLNVectorStyleLayer'
- 'MLNAttributionInfo'
- 'NSAttributedString'
- 'MLNShapeSource'
- 'MLNImageSource'
- 'MLNShape'
- 'MLNRasterDEMSource'
- 'MLNOfflineStorage'
- 'MLNTilePyramidOfflineRegion'
- 'MLNOfflinePack'
- 'MLNOfflineRegion'
- 'MLNTilePyramidOfflineRegion'
- 'NSImage'
- 'NSExpression'
- 'Helpers'
- 'NSDictionary'
- 'NSMutableDictionary'
module:
'MapLibreRegistry': 'mapmetrics'
'Helpers': 'mapmetrics'
'MLNMapView': 'MapLibre'
'MLNMapCamera': 'MapLibre'
'MLNVectorTileSource': 'MapLibre'
'MLNOfflinePack': 'MapLibre'
'MLNOfflineRegion': 'MapLibre'
headers:
entry-points:
- 'ios/mapmetrics/Sources/maplibre_ios/MapLibreRegistry.h'
- 'ios/mapmetrics/Sources/maplibre_ios/Helpers.h'
# using the MapLibre.h file doesn't seem to work
# TODO find a better solution for the entry points
#- '/Users/joscha/Library/Caches/CocoaPods/Pods/Release/MapLibre/6.11.0-9ff4b/MapLibre.xcframework/ios-arm64_x86_64-simulator/MapLibre.framework/Headers/MapLibre.h'
- '/Users/macbook/Library/Caches/CocoaPods/Pods/Release/MapLibre/6.11.0-9ff4b/MapLibre.xcframework/ios-arm64_x86_64-simulator/MapLibre.framework/Headers/MLNMapView.h'
- '/Users/macbook/Library/Caches/CocoaPods/Pods/Release/MapLibre/6.11.0-9ff4b/MapLibre.xcframework/ios-arm64_x86_64-simulator/MapLibre.framework/Headers/MLNMapProjection.h'
- '/Users/macbook/Library/Caches/CocoaPods/Pods/Release/MapLibre/6.11.0-9ff4b/MapLibre.xcframework/ios-arm64_x86_64-simulator/MapLibre.framework/Headers/MLNStyle.h'
- '/Users/macbook/Library/Caches/CocoaPods/Pods/Release/MapLibre/6.11.0-9ff4b/MapLibre.xcframework/ios-arm64_x86_64-simulator/MapLibre.framework/Headers/MLNSource.h'
- '/Users/macbook/Library/Caches/CocoaPods/Pods/Release/MapLibre/6.11.0-9ff4b/MapLibre.xcframework/ios-arm64_x86_64-simulator/MapLibre.framework/Headers/MLNVectorTileSource.h'
- '/Users/macbook/Library/Caches/CocoaPods/Pods/Release/MapLibre/6.11.0-9ff4b/MapLibre.xcframework/ios-arm64_x86_64-simulator/MapLibre.framework/Headers/MLNComputedShapeSource.h'
- '/Users/macbook/Library/Caches/CocoaPods/Pods/Release/MapLibre/6.11.0-9ff4b/MapLibre.xcframework/ios-arm64_x86_64-simulator/MapLibre.framework/Headers/MLNImageSource.h'
- '/Users/macbook/Library/Caches/CocoaPods/Pods/Release/MapLibre/6.11.0-9ff4b/MapLibre.xcframework/ios-arm64_x86_64-simulator/MapLibre.framework/Headers/MLNRasterTileSource.h'
- '/Users/macbook/Library/Caches/CocoaPods/Pods/Release/MapLibre/6.11.0-9ff4b/MapLibre.xcframework/ios-arm64_x86_64-simulator/MapLibre.framework/Headers/MLNRasterDEMSource.h'
- '/Users/macbook/Library/Caches/CocoaPods/Pods/Release/MapLibre/6.11.0-9ff4b/MapLibre.xcframework/ios-arm64_x86_64-simulator/MapLibre.framework/Headers/MLNBackgroundStyleLayer.h'
- '/Users/macbook/Library/Caches/CocoaPods/Pods/Release/MapLibre/6.11.0-9ff4b/MapLibre.xcframework/ios-arm64_x86_64-simulator/MapLibre.framework/Headers/MLNCircleStyleLayer.h'
- '/Users/macbook/Library/Caches/CocoaPods/Pods/Release/MapLibre/6.11.0-9ff4b/MapLibre.xcframework/ios-arm64_x86_64-simulator/MapLibre.framework/Headers/MLNFillExtrusionStyleLayer.h'
- '/Users/macbook/Library/Caches/CocoaPods/Pods/Release/MapLibre/6.11.0-9ff4b/MapLibre.xcframework/ios-arm64_x86_64-simulator/MapLibre.framework/Headers/MLNFillStyleLayer.h'
- '/Users/macbook/Library/Caches/CocoaPods/Pods/Release/MapLibre/6.11.0-9ff4b/MapLibre.xcframework/ios-arm64_x86_64-simulator/MapLibre.framework/Headers/MLNHeatmapStyleLayer.h'
- '/Users/macbook/Library/Caches/CocoaPods/Pods/Release/MapLibre/6.11.0-9ff4b/MapLibre.xcframework/ios-arm64_x86_64-simulator/MapLibre.framework/Headers/MLNHillshadeStyleLayer.h'
- '/Users/macbook/Library/Caches/CocoaPods/Pods/Release/MapLibre/6.11.0-9ff4b/MapLibre.xcframework/ios-arm64_x86_64-simulator/MapLibre.framework/Headers/MLNLineStyleLayer.h'
- '/Users/macbook/Library/Caches/CocoaPods/Pods/Release/MapLibre/6.11.0-9ff4b/MapLibre.xcframework/ios-arm64_x86_64-simulator/MapLibre.framework/Headers/MLNRasterStyleLayer.h'
- '/Users/macbook/Library/Caches/CocoaPods/Pods/Release/MapLibre/6.11.0-9ff4b/MapLibre.xcframework/ios-arm64_x86_64-simulator/MapLibre.framework/Headers/MLNSymbolStyleLayer.h'
- '/Users/macbook/Library/Caches/CocoaPods/Pods/Release/MapLibre/6.11.0-9ff4b/MapLibre.xcframework/ios-arm64_x86_64-simulator/MapLibre.framework/Headers/MLNVectorStyleLayer.h'
- '/Users/macbook/Library/Caches/CocoaPods/Pods/Release/MapLibre/6.11.0-9ff4b/MapLibre.xcframework/ios-arm64_x86_64-simulator/MapLibre.framework/Headers/MLNAttributionInfo.h'
- '/Users/macbook/Library/Caches/CocoaPods/Pods/Release/MapLibre/6.11.0-9ff4b/MapLibre.xcframework/ios-arm64_x86_64-simulator/MapLibre.framework/Headers/NSExpression+MLNAdditions.h'
- '/Users/macbook/Library/Caches/CocoaPods/Pods/Release/MapLibre/6.11.0-9ff4b/MapLibre.xcframework/ios-arm64_x86_64-simulator/MapLibre.framework/Headers/MLNOfflineStorage.h'
- '/Users/macbook/Library/Caches/CocoaPods/Pods/Release/MapLibre/6.11.0-9ff4b/MapLibre.xcframework/ios-arm64_x86_64-simulator/MapLibre.framework/Headers/MLNOfflinePack.h'
- '/Users/macbook/Library/Caches/CocoaPods/Pods/Release/MapLibre/6.11.0-9ff4b/MapLibre.xcframework/ios-arm64_x86_64-simulator/MapLibre.framework/Headers/MLNOfflineRegion.h'
- '/Users/macbook/Library/Caches/CocoaPods/Pods/Release/MapLibre/6.11.0-9ff4b/MapLibre.xcframework/ios-arm64_x86_64-simulator/MapLibre.framework/Headers/MLNTilePyramidOfflineRegion.h'
#include-directives:
#- '~/Library/Caches/CocoaPods/Pods/Release/MapLibre/6.11.0-9ff4b/MapLibre.xcframework/ios-arm64_x86_64-simulator/MapLibre.framework/Headers'
preamble: |
// ignore_for_file: camel_case_types, non_constant_identifier_names, unused_element, unused_field, return_of_invalid_type, void_checks, annotate_overrides, no_leading_underscores_for_local_identifiers, library_private_types_in_public_api