anKii

Results 7 issues of anKii

How can I render Mapbox on Android Auto Navigation Template (that already provided a Surface to render on)

add custom size when capture invisible widget ``` final Size rootSize = customSize ?? ui.window.physicalSize; Size logicalSize = rootSize / ui.window.devicePixelRatio; Size imageSize = rootSize; ```

## What does this change? Ignore assets that has invalid name (start with number, equal a dart keyword,...) ## Type of change Please delete options that are not relevant. -...

I'm using the Carto to display maps on my Android application. However, I'm having trouble figuring out how to render the map on the **android-auto Navigation Template** that already provides...

I think CarPlay app can start itself with out starting Flutter App first

question
let's discuss

add ```MultipleImagesParticleOptions``` and ```MultipleImagesParticleBehavior```

My code belike ```dart Future example() async { //create point annotation-managers final pointAnnotationOne = await mapboxMap.annotations.createPointAnnotationManager(); final pointAnnotationTwo = await mapboxMap.annotations.createPointAnnotationManager(); // add points final myPointOne = await pointAnnotationOne.create(mapbox.PointAnnotationOptions()); print(myPointOne.id);...