Open chickahoona opened 2 months ago
Hi @chickahoona Alternatively, you could use: https://pub.dev/packages/path_provider_foundation
This is from the flutter team.
final PathProviderFoundation provider = PathProviderFoundation();
final appGroupDirectory = await provider.getContainerPath(
appGroupIdentifier: appGroupId,
);
Hi, first of all thank you very much for the plugin, it was / is really helpful!
I am currently upgrading from Grade 7.2 to Gradle 8.2. There is now a paramter "namespace" that needs to be present and as you can see in the error below gradle is complaining that ':app_group_directory' doesn't have it.
Is there a chance that you could take a look?