Bruno Correia

Results 6 issues of Bruno Correia

The Floating Action Button disappears when we scroll up and down fast. To reproduce this behaviour, simply add more items in the sample application and scroll down. Before the scroll...

With Kotlin 1.3 we have a new [Multiplatform Projects Model](new multiplatform projects model). We should migrate this project to the new model ASAP.

enhancement 🚀

Currently, the web module is not working since the [Ktor Http client](http://ktor.io/clients/http-client/multiplatform.html) is not available, yet, for JS.

bug 🐛

Allow to select the order of the picker

**What's new:** * Store only the application context * Detach session callback from WalletConnectButton (this allows users to observe the session state anywhere) * Better builder for WalletConnectKit * Support...

Currently, we need to call the `performTransaction` function inside a `runCatching` or try/catch block. This PR removes that need by returning the exception inside a result.