vm75 / sweph.dart

GNU Affero General Public License v3.0
16 stars 6 forks source link

flutter_test: "Failed to load dynamic library 'sweph.framework/sweph'" #18

Open jimmyff opened 2 months ago

jimmyff commented 2 months ago

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

vm75 commented 3 weeks ago

Hi @jimmyff , I have never used this. Share a minimal project and I will try it out.