Alternative of package PathProviderEx in flutter

Issue

Tried every thing, when trying to access the root directory of the app it throws this exceptions.

Is there any way to get the root of device on flutter2 with null safety ?

Solution

I found it, use this package https://pub.dev/packages/external_path to get root Directory of the device.

Answered By – Wali Khan

Answer Checked By – Pedro (FlutterFixes Volunteer)

Leave a Reply

Your email address will not be published. Required fields are marked *