Bas van Dijk

Results 35 issues of Bas van Dijk

When I use: ``` mapboxMap?.location.updateSettings( LocationComponentSettings( pulsingEnabled: true, showAccuracyRing: true, puckBearing: PuckBearing.COURSE, puckBearingEnabled: true, ), ); ``` And add a LineLayer: ``` await mapboxMap?.style.addLayer( LineLayer( id: 'line_layer', sourceId: 'line', lineColor:...

I was wondering if there is a way to move the location puck. I am having a line on the map. When the position is near this line I would...

Is there a way to get the current travel speed of the user?

### Plugin(s) - [ ] Barcode Scanning - [ ] Face Detection - [ ] Face Mesh Detection - [ ] Selfie Segmentation - [ ] Translation ### Current problem...

feature
package: subject-detection

I got the error ``` Task :file_picker:processDebugAndroidTestManifest FAILED /build/file_picker/intermediates/tmp/manifest/androidTest/debug/tempFile1ProcessTestManifest3410324268530054149.xml:5:5-74 Error: uses-sdk:minSdkVersion 16 cannot be smaller than version 19 declared in library [:flutter_plugin_android_lifecycle] //build/flutter_plugin_android_lifecycle/intermediates/merged_manifest/debug/AndroidManifest.xml as the library might be using APIs...

new issue
stale

When I run the app from the example folder on https://github.com/KasemJaffer/receive_sharing_intent/tree/master/example on iOS it does not seem to work. When sharing an image: - You see the app in the...

When you set the puck settings as: ``` mapboxMap?.location.updateSettings( LocationComponentSettings( pulsingEnabled: false, showAccuracyRing: true, puckBearing: PuckBearing.COURSE, puckBearingEnabled: true, ), ); ``` You can access the puck layer with: ``` if...

First attempt to allow open sides on X and Y side ![image](https://user-images.githubusercontent.com/644550/235116738-68734b2d-f897-4964-a2ec-bb0eac8801a0.png) ![image](https://user-images.githubusercontent.com/644550/235116794-dd38bd44-d97b-49bc-b3d9-09e56c50bbfc.png) ![image](https://user-images.githubusercontent.com/644550/235116853-5131f155-def3-4540-a430-ddac66b85579.png) Added checkboxes in settings: ![image](https://user-images.githubusercontent.com/644550/235116968-3d043512-5a58-488c-9bb9-3c6c23521aa2.png) closes #103, closes #90

enhancement

When your printer is too small to print large boxes it could be useful to generate "open ended boxes" ![image](https://user-images.githubusercontent.com/644550/234369035-5708b441-d3dd-44af-addb-370b0a5e4cb6.png) Source: https://www.printables.com/model/301948-gridfinity-open-ended-segment-binsboxes For example, I need a 2x6 but this...

enhancement

**Describe the bug** It looks like the widget is not working when applied to the drawer widget of material. ```dart return Scaffold( drawer: Showcase( key: _navMenu, description: 'help and contact,...