glimmeringC
glimmeringC
出现间距不对。
1,两条数据时出了点问题,就改了下。第一次用push request ,代码写的有点渣。勿怪啊。哈哈,仅做参考。
Flutter 3.16.3 使用inappwebview的时候,打开了一个视频播放,页面卡死闪退,没有报错。 我在flutter_inappwebview example上复现了这个问题。 该视频播放页面放在 webview_flutter: ^4.2.0,运行正常。 具体操作是: 1、下载flutter_inappwebview ,使用studio打开example项目 2、使用inappwebview随便打开一个网页,比如“http://www.baidu.com” 3、在打开网页的基础上,通过 Navigator.pushNamed(context, '/play')打开一个新的视频播放页面,视频播放插件版本 video_player: ^2.8.1,以下是我的视频播放页面代码。 ` import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'package:video_player/video_player.dart'; class VideoFullPlayer extends StatefulWidget { const...
启动报错,但是没有影响运行。 `E/OpenConfig(31262): start4QQConnect exception: java.lang.ClassNotFoundException: com.tencent.stat.StatConfig I/openSDK_LOG.QQAuth(31262): new QQAuth() --end I/openSDK_LOG.QQAuth(31262): QQAuth -- createInstance() --end I/AttaReporter(31262): init I/openSDK_LOG.SystemUtils(31262): isQQInstalled true I/openSDK_LOG.DeviceInfoUtils(31262): init, device = I/AttaReporter(31262): attaReportAtSubThread I/AttaReporter(31262): doAttaReportItem post BaseData{time=1706579258034,...
试了在main里面不注册是不行。为什么要在pubspec.yaml注册一遍。能不能统一走一个地方。
一加ACEP 16G运行内存,3万多张图片,加载了6-7秒出来 这种正常吗,我看21年的时候也有一个类似的问题 https://github.com/fluttercandies/flutter_wechat_assets_picker/issues/116 还有没有什么好的优化的方法, demo里面的通过降低缩略图质量的方法,也只能提高不到1秒。快6秒加载出来。
### What happened? I encountered a strange problem when using the TextBoxComponent component. My game class inherits from Forge2DGame. When debugging the TextBoxComponent, I found that the font was very...
### Version 0.7.0 ### Platforms dart ### Device Model 一加Ace Pro 型号PGP110 系统版本13.1 ### flutter info ```sh [√] Flutter (Channel stable, 3.16.9, on Microsoft Windows [版本 10.0.17763.1999], locale zh-CN) •...
### What happened? As you can see in the video, after the objects in the game overlapped, they kept trying to repair it, but they were unable to do so,...