Alisofin

Results 12 issues of Alisofin

Hello, my build fails with the following output: Xcode's output: ↳ /Applications/flutter/.pub-cache/hosted/pub.dartlang.org/tflite-1.1.2/ios/Classes/TflitePlugin.mm:21:9: fatal error: 'metal_delegate.h' file not found #import "metal_delegate.h" ^~~~~~~~~~~~~~~~~~ 1 error generated. /Applications/flutter/.pub-cache/hosted/pub.dartlang.org/tflite-1.1.2/ios/Classes/TflitePlugin.mm:21:9: fatal error: 'metal_delegate.h' file not...

[//]: (Please follow this template for fast resolutions) **Describe the bug** Hello, Tested with ESP32-CAM both with Safari and Chrome on MacBook. The upload stops quickly and the ESP32 resets....

bug

Hello, The app does not compile: here's the trace: Xcode's output: ↳ leveldb-library-byfjndjolxototdyoiotufacpcvp /Applications/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_share_me-1.2.0/ios/Classes/SwiftFlutterShareMePlugin.swift:189:25: error: 'init()' is unavailable let shareDialog=ShareDialog() ^~~~~~~~~~~ FBSDKShareKit.ShareDialog:4:12: note: 'init()' has been explicitly marked unavailable here...

Hello, Sometimes, just after the map has been displayed, the onGeoPointClicked method doesn't work, the map doesn't react to any click. You need to leave the page and re-enter to...

bug
Platform:iOS

Dear Douglas, when do you plan to release the CRUD operations and authentication ? I'm looking forward to this. Cheers.

Hello, I'd like to upload a new code to an ESP32 board that uses ElegantOTA, through a phone App I'm currently writing. I guess the App should send an HTML...

If I save the image to sandbox (ImageSave.saveImageToSandbox(_data, "file.jpeg"), what is the path to this file ? Many thanks.

I cannot access a wifi spot on Android using this code: await WiFiForIoTPlugin.disconnect(); status = await WiFiForIoTPlugin.connect(_robotServerSsid, password: _robotServerPassword, joinOnce: (Platform.isIOS) ? false : true, security: NetworkSecurity.WPA, withInternet: false, timeoutInSeconds:...

Hello, It takes typically 4 to 5 seconds to build and display the map. I'm using version 0.42.0. Is there a way to speed up the display ? Alternatively, is...

Hello, I have a lot of images where exif data cannot be read by your plugin, although they are perfectly read by Finder on Mac. I have joined an example....