breez / l-breez

A mobile app based on Flutter showcasing the use of Breez Liquid SDK
https://github.com/breez/breez-sdk-liquid/
MIT License
2 stars 1 forks source link

Rely on event & log streams of Liquid SDK plugin #20

Closed erdemyerebasmaz closed 1 month ago

erdemyerebasmaz commented 1 month ago

This PR addresses

l-breez now relies on event & log streams of Liquid SDK plugin for logging purposes & event management.

A helper class BreezLiquidSDK is introduced that manages connections & stream handling.

Other changes:

erdemyerebasmaz commented 1 month ago

@roeierez @dangeross The PR is now ready for review. It includes various breaking changes from recent PRs as well.