Is the official Javascript engine for weex on Android JSC or v8? - weex

According to the doc https://github.com/apache/incubator-weex, weex on android utilises chrome v8 engine which is quite true for versions <= 0.10. However, the latest apache/incubator-weex fork seems to be using JSC as the engine. Will JSC be the official engine in the future?

Related

The plugin 'tflite' uses a deprecated version of the Android embedding

I'm using the tflite plugin for Flutter, but when it shows me this when I run it:
The plugin tflite uses a deprecated version of the Android embedding.
To avoid unexpected runtime failures, or future build failures, try to see if this plugin supports the Android V2 embedding. Otherwise, consider removing it since a future release of Flutter will remove these deprecated APIs.
If you are plugin author, take a look at the docs for migrating the plugin to the V2 embedding: https://flutter.dev/go/android-plugin-migration.
Does anyone know a solution for this? I'm using tflite 1.1.2.
I rather not switch to tflite_flutter 0.9.0 if possible..

Error Message : HMS Convertor Failed to execute the engine analysis task

I am using Apple M1 Max and getting Failed to execute the engine analysis task while using HMS Convertor tool.
Please check for the supported environment in the link below. Issue could be with Mac OS version
https://developer.huawei.com/consumer/en/doc/development/Tools-Guides/overview-0000001050060881
Supported Operating Systems
Android Studio and tool is tested in Windows 10, macOS 10.12/10.13/10.14/10.15, and Ubuntu 14.04/16.04/18.04.
Supported Android Studio UI Themes
Windows: Darcula/IntelliJ
macOS: Darcula/Default

Facing this issue with flutter_webview_plugin while running on latest version of Flutter 2.10.3

The plugin flutter_webview_plugin uses a deprecated version of the Android embedding.
To avoid unexpected runtime failures or future build failures, try to see if this plugin supports the Android V2 embedding. Otherwise, consider removing it since a future release of Flutter will remove these deprecated APIs.
If you are a plugin author, take a look at the docs for migrating the plugin to the V2 embedding: https://flutter.dev/go/android-plugin-migration.
This issue has already been raised on Github https://github.com/fluttercommunity/flutter_webview_plugin/issues/921
but as of now, I am unable to change this library to any other because my project is already in the deployment phase.

how to fix geocoder plugin installation error?

I am trying to install geocoder: ^0.2.1 plugin in my project to search for different location in google map. but I am not able to install and getting following error..
The plugin geocoder uses a deprecated version of the Android embedding.
To avoid unexpected runtime failures, or future build failures, try to see if this plugin supports the Android V2 embedding. Otherwise, consider removing it since a future release of Flutter will remove these deprecated APIs.
If you are plugin author, take a look at the docs for migrating the plugin to the V2 embedding: https://flutter.dev/go/android-plugin-migration.
geocoder has not yet been migrated to null safety and android V2 embedding.
You need to wait for author to update it, until then you can use the library github version which supports the v2 embedding
Please use this repo => https://github.com/nguyenxdat/flutter_geocoder
Import in pubspec.yaml
geocoder: git: url: https://github.com/nguyenxdat/flutter_geocoder.git ref: master
Note: It's better if you switch a well maintained library, see if these does your work geolocator , geocoding

How do I get the latest version of Google Maps SDK for iOS

ios xcode build-->run console message
Google Maps SDK for iOS version: 2.0.26137.0
New version of Google Maps SDK for iOS available: 2.3.30035.0
https://developers.google.com/maps/documentation/ios-sdk/start
manualy download version is GoogleMaps-2.0.1
How do I get the latest ver.2.3.30035 for manual installation?
COCOAPODS is not used.