Bas van Dijk
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...
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...
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    Added checkboxes in settings:  closes #103, closes #90
When your printer is too small to print large boxes it could be useful to generate "open ended boxes"  Source: https://www.printables.com/model/301948-gridfinity-open-ended-segment-binsboxes For example, I need a 2x6 but this...
**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,...