powersync-ja / powersync.dart

SDK that enables local-first and real-time reactive apps with embedded SQLite for Flutter/Dart clients
https://www.powersync.com
133 stars 18 forks source link

Handle `PowersyncNotReadyException` printing the message for the user #170

Closed mugikhan closed 1 month ago

mugikhan commented 2 months ago

The SDK will now print the exception message for unsupported platforms when loading the core extension. The error message will state if the platform is unsupported. Addresses the issue reported in #166.

I/flutter ( 6406): [PowerSync] SEVERE: 2024-09-19 16:27:01.970790: Unsupported processor architecture. 
X86 Android emulators are not supported. 
Please use an x86_64 emulator instead. All physical Android devices are supported including 32bit ARM.

Work done