Skandar Munir

Results 17 comments of Skandar Munir

@Sunil178 did you find solution how to use packages hosted on unpub in pubspec.yaml ?

Xiaomi related issue has been resolved in recent pull request [#59](https://github.com/g123k/flutter_app_badger/pull/59) Not sure when it will be merged.

[https://github.com/flutter/flutter/issues/26348#issuecomment-601214072](https://github.com/flutter/flutter/issues/26348#issuecomment-601214072) This worked for me, but this Solution Does not seem right to me.

Hey @brendan-duncan, > image.planes[0].bytes packed BGRA pixel data? it's a single plan containing BGRA. MetaData of Image is as Below: ``` flutter: image.width = 1080 flutter: image.planes.length = 1 flutter:...

I see the Issue is Open. @olexale Any Plans for Access to child Nodes in ARKitReferenceNode. Thanks !!

Has Anybody found Solution to it ?

> Hi there @luunc, Can you try setting `absorbPanEventsOnScrollables` to `false` inside `MapOptions`? Many thanks :) Saved the day !!! Documentation would be great though.

Based on @hygehyge example I have implemented below in main before running app. ``` final manifestJson = await rootBundle.loadString('AssetManifest.json'); List svgsPaths = (json.decode(manifestJson).keys.where((String key) => key.startsWith('assets/images/') && key.endsWith('.svg')) as Iterable).toList();...