pieter-scholtz

Results 7 comments of pieter-scholtz

> > That's not an error. There's multiple locations where the flutter engine can be located and this is just the first one that was tried. Does the app run...

``` [ERROR:flutter/lib/ui/ui_dart_state.cc(198)] Unhandled Exception: MissingPluginException(No implementation found for method getAll on channel dev.fluttercommunity.plus/package_info) #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:165) #1 MethodChannel.invokeMapMethod (package:flutter/src/services/platform_channel.dart:367) #2 MethodChannelPackageInfo.getAll (package:package_info_plus_platform_interface/method_channel_package_info.dart:13)``` ``` ^^^ This is the error , the...

Your issue seems to be related to https://pub.dev/packages/package_info_plus have look at the method channel defined here : https://github.com/fluttercommunity/plus_plugins/blob/main/packages/package_info_plus/package_info_plus_platform_interface/lib/method_channel_package_info.dart The package_info_plus package is not supported on flutter-pi at the moment ,...

Have you tried handling the exception ? (In case it is causing the application to crash)

I am having problems getting `UA_Variant_init` to not compile as `static inline` , I have `UA_ENABLE_INLINABLE_EXPORT` , `BUILD_SHARED_LIBS` and `UA_ENABLE_AMALGAMATION` set to `ON` , am I missing something ? I...

I made a pull request with 2 initial commits #5926 , please let me know if the style is acceptable or if I need to change anything , or do...