You can get the image resolution using flutter lib directly like this: import 'dart:io'; File image = new File('image.png'); // Or any other way to get a ...
確定! 回上一頁