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
Replaces the low-performing Flutter channel with faster and more concise code.
I care less about the "concise" part, but your claim that your solution is faster than the first party implementation is interesting
could you provide benchmarks that demonstrate your claim?
Additionally, how does this solution perform against pigeon?
The text was updated successfully, but these errors were encountered:
However, it has to be said that the time saved by synchronous calls comes from reducing the overhead of switching threads, which also blocks the flutter-ui thread.
pigeon is a tool for flutter channel. dart_native do not need to define serialization methods such as JSON format, it calls native method directly.
your
readme
statesI care less about the "concise" part, but your claim that your solution is faster than the first party implementation is interesting
could you provide benchmarks that demonstrate your claim?
Additionally, how does this solution perform against pigeon?
The text was updated successfully, but these errors were encountered: