dbpath

Creator: coderz1093

Last updated:

0 purchases

dbpath Image
dbpath Images

Languages

Categories

Add to Cart

Description:

dbpath

dbpath #
get database path getDataBasePath()
Getting Started #
this package has only one function getDataBasePath() to get database path for android
as path_provider doesn't have it
for ios there is not database path you should use getApplicationDocumentsDirectory() from path_provider
somethinge like this
Future<String> getDBPath() async => Platform.isAndroid
? (await getDataBasePath())!
: (await getApplicationDocumentsDirectory()).path;
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.