You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// This follows the pattern from here: https://stackoverflow.com/questions/58710226/how-to-import-platform-specific-dependency-in-flutter-dart-combine-web-with-an
2
2
// To conditionally export an implementation for either web or "native" platforms
3
3
// The sqlite library uses dart:ffi which is not supported on web
0 commit comments