In Flutter, you can encode a local or network image (or another kind of file) to a base64 string like this: import 'dart:io'; ...
確定! 回上一頁