Oscar Tigreros

Results 6 issues of Oscar Tigreros

{ "errors": [ { "domain": "global", "reason": "required", "message": "Required parameter: part", "locationType": "parameter", "location": "part" } ], "code": 400, "message": "Required parameter: part" } thats the error I got....

On Web always the Flushbar on the middle is not pretty , by adding the parameter can integrate this improvement with no pain

**Describe the bug** on executing the `location.hasPermission()` I got sometimes the error ``` ava.lang.NullPointerException: Attempt to invoke interface method 'void io.flutter.plugin.common.MethodChannel$Result.error(java.lang.String, java.lang.String, java.lang.Object)' on a null object reference at com.lyokone.location.FlutterLocation.checkPermissions(FlutterLocation.java:331)...

### Package Version 9.9.0 ### Flutter Version 3.29 ### Platforms Android, iOS ### How to reproduce? on mobile if zoom is enable, and the layers disable. the main editor cant...

bug

refactor: replace getMinimumSize with getValidSizeOrDefault in various editors refactor: replace the DeferPointer with IgnorePointer to allow zoom gestures when a layer is disable ## PR Checklist Please check if your...

in teh version 4.2.3 the followign code was working ``` LinearPercentIndicator( width: 100, percent: activitySummaryModel.percentageComplete / 100, lineHeight: 20, barRadius: const Radius.circular(6), progressColor: symterraPrimaryCTABlue, center: Text( '${activitySummaryModel.percentageComplete}%', style: const TextStyle(color:...