ivanesi
ivanesi
On iOS I got exception: ``` type 'Null' is not a subtype of type 'Map' ``` when call `controller.requestMyLocationLatLng()`: ``` #0 MethodChannelMaplibreGl.requestMyLocationLatLng (package:maplibre_gl_platform_interface/src/method_channel_maplibre_gl.dart:342:35) ``` ```dart Future onMapCreated(MaplibreMapController controller) async {...
When I add package to the app android build fails:`Execution failed for task ':app:checkDebugDuplicateClasses'.` FAILURE: Build failed with an exception. ``` Launching lib/main.dart on sdk gphone64 x86 64 in debug...
record: ^5.0.4 ``` Launching lib/main.dart on Chrome in debug mode... main.dart:1 : Error: Method not found: 'allowInterop'. media_recorder_delegate.dart:112 mediaRecorder.ondataavailable = jsu.allowInterop(_onDataAvailable); ^^^^^^^^^^^^ : Error: Method not found: 'allowInterop'. media_recorder_delegate.dart:113 mediaRecorder.onstop...
It's not the first attempt for me to use puro, but for some reason I can't create environment with `puro create` command. puro create v3_16_6 3.16.6 --log-level=4 ivan@mb2 ~ %...