i'm working on Flutter desktop application and got stuck at a point. I want to create local database for data storage. I'm using path_provider plugin to get path of directory for saving database file. the function getLibraryDirectory() not working in my application. I debug my application also at the point of creation of database this function throw exception "UnimplementedError: getLibraryPath() has not been implemented".
This is the plugin i am using. https://pub.dev/packages/path_provider
Anyone help me out there. Thanks