Milukun

Results 23 comments of Milukun

I set “Show once / 10 mins” on admob But every time I reopen app,it show ads onces,and then test ads No matter if it takes another 10mins

> Open ads meaning Native Advanced ads? > > > Native advanced > > Customizable ad format that matches the look and feel of your app; appears inline with app...

如果能有flutter web的版本或者使用方法就好了

This problem still exists, even extended to Debug mode (chrome) (flutter 3.7.12 stable fl_chart 0.62.0) Dragging the window to the full display table X-axis will fix it automatically

> Try call .pause() with every video player after your page dispose. 实际情况是,有时候进入后台播放,实际已经脱离flutter的管理了,无法进行控制了,即使去控制对应index的视频,也只是在控制这个视频的另一个实例。或者说是,因为视频加载比较慢,这时候划走了,对flutter来说已经释放该视频,但是原生那里却开始背景播放,就好像脱离控制一样的感觉,即便是热重启也不行,必须冷启动重置。这个问题困扰了我很久还是解决不了。

> @sunjianan9900 实际上,videoplayer一直会更新出奇奇怪怪的问题。本项目用videoplayer只是为了支持web,从代码也可以看出我并不想深度集成videoplayer,我提供了一个抽象层且限制了异步并发,来解决各种关于videoplayer的报错。如果你看log就会明白我已经在正确的时机调用各个函数,例如暂停/播放/加载/释放,但是videoplayer有些时候并不能正常响应这些函数调用。所以,如果videoplayer无法满足需求,你可以更换播放器,只需要实现对应的几个方法,很简单就可以替换成其他播放器。本项目也是从fijk换过来的。 理解,我不是说这个项目有什么问题,只是flutter视频播放的问题确实困扰了我很久。目前来看Flutter不太适合做Tiktok类型的应用了。

This is a bug that affects user experience very much This is a problem that prevents a large number of developers from upgrading to 3.10.x, especially for non-English fonts. How...

> Hi @sunjianan9900 Which device are you testing on? I checked this issue on Android (Chrome browser) but it seems to work well: > > Demo MacOS 13.3.1 , Chrome...

> Looks similar to #120557. @sunjianan9900 can you confirm? It is indeed the same issue. But the example I gave includes the exception when inputFormatters are present. Generally speaking when...