miguelpruivo / flutter_file_picker

File picker plugin for Flutter, compatible with mobile (iOS & Android), Web, Desktop (Mac, Linux, Windows) platforms with Flutter Go support.
MIT License
1.35k stars 672 forks source link

Avoid accessing the main app window on windows when picking file. #1599

Closed Hamid313-coder closed 1 month ago

Hamid313-coder commented 1 month ago

Some apps on windows avoids accessing the main window when the pick file window opens. After picking a file or closing the pick file window user can access the main app window on windows.

If the user wants to access the main window when picking file. the pick file window alerts and blinks to alert the user.