首页
AI Coding
NEW
沸点
课程
直播
活动
AI刷题
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
Nicholas68
掘友等级
获得徽章 0
动态
文章
专栏
沸点
收藏集
关注
作品
赞
0
文章 0
沸点 0
赞
0
返回
|
搜索文章
最新
热门
flutter视频播放器video_player_avfoundation之AVFoundationVideoPlayer(三)
flutter端的AVFoundationVideoPlayer是实现PlatformInterface接口的插件。它就是flutter端跟原生端通信的桥梁。 AVFoundationVideoPla
flutter视频播放器video_player_avfoundation之FVPVideoPlayer、AVFoundationVideoPlayer(二)
FVPVideoPlayer 视频初始化完成后, 会立即调用setEventListener方法设置事件监听器。 setEventListener 这里首先会调用reportStatusForPlay
flutter视频播放器video_player_avfoundation之FVPVideoPlayerPlugin、FVPEventBridge(一)
FVPVideoPlayerPlugin registrar:Flutter 的 插件注册器,负责和 Flutter Engine 通信(比如注册 channel、view factory 等)。 d
flutter滚动视图之ScrollNotificationObserve源码解析(十)
ScrollNotificationCallback 🔎 含义解析 它定义了一个 函数类型别名。 表示一种回调函数,签名是: 入参:ScrollNotification notification 返回
flutter滚动视图之ProxyWidget、ProxyElement、NotifiableElementMixin源码解析(九)
ViewportNotificationMixin 🔎 说明: depth = 0 → 表示通知来自本地 viewport(也就是离监听器最近的那个滚动视图)。 depth > 0 → 表示通知是从更
flutter滚动视图之ProxyWidget、ProxyElement、NotifiableElementMixin源码解析(八)
ProxyWidget _NotificationElement 方法 onNotification 由 NotifiableElementMixin提供 NotifiableElementMixin
flutter滚动视图之Notification、NotificationListener、LayoutChangedNotification源码解析(七)
Notification NotificationListener _NotificationElement LayoutChangedNotification
flutter滚动视图之Viewport、RenderViewport源码解析(六)
Viewport createRenderObject updateRenderObject createElement 这行代码表示 Viewport widget 会创建一个 _ViewportE
flutter滚动视图之ScrollView源码解析(五)
ScrollView reverse controller cacheExtent cacheExtent 指视口之外预加载/预渲染的像素范围。 可以用来优化滚动性能,但数值过大可能占用过多内存。 b
flutter滚动视图之Scrollable源码解析(四)
ViewportBuilder Scrollable 是 Flutter 中用于处理滚动的控件。 这个签名定义了如何通过传入的 BuildContext 和 ViewportOffset 来构建视口,
下一页
个人成就
文章被阅读
18
掘力值
3,603
关注了
0
关注者
0
收藏集
6
关注标签
0
加入于
2019-08-10