flutter_file_picker icon indicating copy to clipboard operation
flutter_file_picker copied to clipboard

Fix file & image picking with android apps that has launchMode=singleInstance

Open melWiss opened this issue 1 year ago • 5 comments

this pr resolves this issue: https://github.com/miguelpruivo/flutter_file_picker/issues/1379

melWiss avatar Oct 06 '23 15:10 melWiss

Bump the minor version instead of the patch version please.

miguelpruivo avatar Oct 11 '23 09:10 miguelpruivo

done

melWiss avatar Oct 11 '23 09:10 melWiss

@miguelpruivo can you take a look on this? we need it

melWiss avatar Oct 16 '23 18:10 melWiss

Thanks buddy

melWiss avatar Oct 18 '23 11:10 melWiss

Legit! Thanks a lot :+1: !

Musta-Pollo avatar Dec 09 '23 18:12 Musta-Pollo

Hello, sorry I've been away for some period, does this issue still exist?

melWiss avatar Mar 05 '24 15:03 melWiss

I'd also like to know why this pull request just has been closed? Is there now a solution for apps which use/have to use launchMode=singleInstance in the Android part?

rivella50 avatar Mar 07 '24 07:03 rivella50

#1336 works for us, so we have been using https://github.com/muttsu-623/flutter_file_picker

But it has issues on Windows, so we had to make https://github.com/cypherstack/flutter_file_picker which is 8.0.3 + muttsu-623's single change: https://github.com/muttsu-623/flutter_file_picker/commit/f0930d9fa79d347b2a0e25a7de4f5a4a88a9a907

sneurlax avatar Jun 04 '24 03:06 sneurlax