LeGoffMael / insta_assets_picker

An image (and videos) picker similar with Instagram, supports multi picking, crop and aspect ratio.
https://pub.dev/packages/insta_assets_picker
MIT License
79 stars 34 forks source link

When completed it fires twice #31

Closed juarezfranco closed 8 months ago

juarezfranco commented 8 months ago

Should this be the expected behavior? code:

onCompleted: (Stream<InstaAssetsExportDetails> stream) {
          print(stream);
          stream.listen((InstaAssetsExportDetails event) async {
            print(event.progress);

output:

flutter: Instance of '_ControllerStream<InstaAssetsExportDetails>'
flutter: 0.0
flutter: 1.0  
flutter: 1.0