AngelEric22
Results
1
comments of
AngelEric22
Fixed by Giving import 'dart:math' as Math; import 'dart:math'; import 'package:image/image.dart' as Im; class CompressObject { File imageFile; String path; int rand; CompressObject(this.imageFile, this.path, this.rand); } Future compressImage(CompressObject object) async...