We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hey, I'm having difficulty setting up flutter_test to work with this package. Have you had any success? I'm getting the following error:
Invalid argument(s): Failed to load dynamic library 'sweph.framework/sweph'
Where can I find the library? I've setup a fake path provider to attempt to get the package loading correctly:
class FakePathProviderPlatform extends Fake with MockPlatformInterfaceMixin implements PathProviderPlatform {
Any advice would be great, Thanks
The text was updated successfully, but these errors were encountered:
Hi @jimmyff , I have never used this. Share a minimal project and I will try it out.
Sorry, something went wrong.
No branches or pull requests
hey, I'm having difficulty setting up flutter_test to work with this package. Have you had any success? I'm getting the following error:
Where can I find the library? I've setup a fake path provider to attempt to get the package loading correctly:
Any advice would be great, Thanks
The text was updated successfully, but these errors were encountered: