0 purchases
x path provider
X Path Provider #
Get application directory path
Supported Platform #
Android: SDK 16+ (tested on Android API 34)
iOS: 12.0+ (tested on iOS 17.2)
Windows: Maintenance
Example #
final _xPathProvider = XPathProvider();
var path = await _xPathProvider.getAppDirectory();
print("path: $path");
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.