mop-flutter-sdk icon indicating copy to clipboard operation
mop-flutter-sdk copied to clipboard

FinClip 小程序 Flutter SDK 插件,用于在 Flutter 应用中运行小程序 / Flutter SDK for FinClip

Results 17 mop-flutter-sdk issues
Sort by recently updated
recently updated
newest added

D/ContentCatcher_catcher(28571): WebViewController : catchHtmlBody() mContentLoadingState=StateLoading D/ContentCatcher_catcher(28571): WebViewController : sJsInject true D/ContentCatcher_catcher(28571): WebViewController : WebViewCallback-onCallback D/ContentCatcher_catcher(28571): WebViewController : webviewvalue-onCallback: "" D/ContentCatcher_catcher(28571): WebViewController : value.length: 2 D/ContentCatcher_catcher(28571): WebViewController : catch result D/ContentCatcher_catcher(28571):...

通过sdk打开h5应用后的fetch, axios, xhr会网络异常,无法发送请求 如果改为finclip提供给h5的ft.request就正常,但是ft.request不支持stream的请求响应会一次性返回全部结果 请问这个要如何实现stream的传输以及解除小程序环境对html的fetch, axios, xhr的限制

添加小组件事件代理,添加forceUpdate属性支持

新创建项目,引入组件 **mop: ^2.48.9**,编译异常 ``` Error: The 'kotlin-android-extensions' Gradle plugin is no longer supported. Please use this migration guide (https://goo.gle/kotlin-android-extensions-deprecation) to start working with View Binding (https://developer.android.com/topic/libraries/view-binding) and the 'kotlin-parcelize' plugin....

直接将小程序内嵌到应用中 而不是弹出框加载小程序 封装成组件 传入appletId即可 SizedBox( width: 300, height: 300, child: FinClipWidget(appId: 'xxxxxx'), ) 如果能这样 该有多舒服

比如Picker组件的confirm-color。我修改了base.wxml后在开发者工具里是正常的,但在app里面加载就会变回默认颜色

* What went wrong: A problem occurred configuring project ':mop'. > Could not create an instance of type com.android.build.api.variant.impl.LibraryVariantBuilderImpl. > Namespace not specified. Specify a namespace in the module's build...