File tree Expand file tree Collapse file tree 1 file changed +40
-2
lines changed
Expand file tree Collapse file tree 1 file changed +40
-2
lines changed Original file line number Diff line number Diff line change @@ -148,6 +148,44 @@ jobs:
148148 if :
149149 ' github.event_name == "pull_request"
150150 run:
151- " npx commitlint --from ${{ github.event.pull_request.head.sha }}~${{ github.event.pull_request.commits }} --to ${{ github.event.pull_request.head.sha }} --verbose
151+ npx commitlint --from ${{ github.event.pull_request.head.sha }}~${{ github.event.pull_request.commits }} --to ${{ github.event.pull_request.head.sha }} --verbose
152152 env:
153- NODE_PATH: "${{ github.workspace }}/node_modules","[](https://github.com/webpack/webpack-cli/actions/workflows/nodejs.yml)"
153+ NODE_PATH:
154+
155+ name: mapbox_maps_flutter
156+ description: Interactive, thoroughly customizable maps powered by Mapbox Maps mobile SDKs.
157+ version: 2.11.0
158+ homepage: https://github.com/mapbox/mapbox-maps-flutter
159+
160+ environment:
161+ sdk: ">=3.4.4 <4.0.0"
162+ flutter: ">=3.22.3"
163+
164+ dependencies:
165+ flutter:
166+ sdk: flutter
167+ flutter_plugin_android_lifecycle: ^2.0.5
168+ turf: ^0.0.8
169+ typed_data: ^1.3.0
170+ meta: ^1.9.1
171+
172+ dev_dependencies:
173+ integration_test:
174+ sdk: flutter
175+ flutter_test:
176+ sdk: flutter
177+ test: ^1.19.0
178+ flutter_lints: ^5.0.0
179+
180+ # For information on the generic Dart part of this file, see the
181+ # following page: https://dart.dev/tools/pub/pubspec
182+
183+ # The following section is specific to Flutter.
184+ flutter:
185+ plugin:
186+ platforms:
187+ android:
188+ package: com.mapbox.maps.mapbox_maps
189+ pluginClass: MapboxMapsPlugin
190+ ios:
191+ pluginClass: MapboxMapsPlugin
You can’t perform that action at this time.
0 commit comments