Skip to content
作者:  WHY
字数统计: 
阅读时长:  分钟
阅读量: 

Flutter 插件

视频播放器

windows 下命令行打开 rtsp 链接:

bash
# https://github.com/mpv-player/mpv/issues/4845#issuecomment-1151929780
mpv rtsp://10.10.21.201:8083/test --rtsp-transport=udp

图片

网络请求

动画

Toast & Dialog

Flutter 自带 SnackBar:

dart
ScaffoldMessenger.of(context).showSnackBar(
	SnackBar(content: Text('snack bar'))
);

存储

图标

界面

Markdown

在线预览:

Webview

Contributors

The avatar of contributor named as why why

Changelog

Released under the MIT License.