Skip to content

Commit

Permalink
docs: fix flutter issue link (#1189)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinXunFeng authored Sep 20, 2024
1 parent 9d8058e commit ff03ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README-ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ final File? originVideoFile = await entity.originFileWithSubtype;
- 在不同平台和版本中,HEIC 文件并未被完全支持。
我们建议你上传 JPEG 文件(HEIC 图片的 `.file`),
以保持多个平台之间的一致行为。
查看 [flutter/flutter20522][] 了解更多细节。
查看 [flutter/flutter#20522][] 了解更多细节。
- 视频将仅以原始格式获取,而不是组合过的格式,
这可能会在播放视频时导致某些行为的差异。

Expand Down

0 comments on commit ff03ee8

Please sign in to comment.