Leo

Results 64 comments of Leo

I solved using this workaround widget: ``` import 'dart:typed_data'; import 'dart:ui'; import 'package:photo/photo.dart'; import 'package:photo_manager/photo_manager.dart'; import 'package:flutter/material.dart'; import 'package:photo/src/delegate/badge_delegate.dart'; import 'package:photo/src/delegate/loading_delegate.dart'; import 'package:photo/src/engine/lru_cache.dart'; class MyImageItem extends StatefulWidget { final AssetEntity...

@redvg your screenshot change is made in `/example/` folder. Was it intentional? Can you make a pull request for this change? EDIT: the constants you are checking come from `flutter_video_compress/lib/android/media_metadata_retriever.dart`

@duongtruong12 can you fork and pull the fix?

Same issue using: ``` Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel dev, 1.20.0-2.0.pre, on Mac OS X 10.15.5 19F101, locale en-GB) [✓] Android toolchain...

I downgraded to dev v1.19.0-4.0.pre using `flutter downgrade 1.19.0-4.0.pre`

I forked the project and fixed the problem, you can use it in your `pubspec.yaml` using: ``` screenshot: git: https://github.com/rignaneseleo/screenshot.git ```

I pulled this fix. Can you please also remove the huge print that runs while download a picture? I get houndred of these: `D/image_downloader(32333): RequestResult(id=3430, remoteUri=https://firebasestorage.googleapis.com/v0/b/my-grandkids.appspot.com/o/F6A6BEF8-51D4-4A7A-A51D.jpg?alt=media&token=1c2a72a2-aa9e-4ee8-82ca-0a0d31e3eb1e, localUri=file:///storage/emulated/0/Download/2020-01-10.19.16.033, mediaType=image/jpeg, totalSize=7096078, title=2020-01-10.19.16.033,...