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
Hey, i am running a flutter app on a snap, thats uses this library to communicate with another app over dbus(plugs and slots are connected), the way we are using is
Any reason that could trigger this error?
Interesting enough, if I get clean build everytime, this issue disappear, I suspect that library itself uses some build time variables to identify itself on dbus or embedded into app.
Thanks
The text was updated successfully, but these errors were encountered:
In daemon, we use dbus only as above snippet,dbus object is sth present on other service which is not a flutter app indeed, so i am curious, why it is working only on clean builds, do you have any clue or tips to debug, i am not a flutter dev @robert-ancell ?
Hey, i am running a flutter app on a snap, thats uses this library to communicate with another app over dbus(plugs and slots are connected), the way we are using is
but I am getting below, when I am running the app and it crashes
Any reason that could trigger this error?
Interesting enough, if I get clean build everytime, this issue disappear, I suspect that library itself uses some build time variables to identify itself on dbus or embedded into app.
Thanks
The text was updated successfully, but these errors were encountered: