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
We need to call core.init() to initialize payjoin-flutter in isolates. We can get this from package:payjoin_flutter/src/generated/frb_generated.dart but that gives a warning:
Import of a library in the 'lib/src' directory of another package.
Try importing a public library that exports this library, or removing the import
The text was updated successfully, but these errors were encountered:
We need to call
core.init()
to initialize payjoin-flutter in isolates. We can get this frompackage:payjoin_flutter/src/generated/frb_generated.dart
but that gives a warning:The text was updated successfully, but these errors were encountered: