V1.0.0 Beta 51
> [!CAUTION] > The Fluxer Flutter mobile client is still in beta so features will be missing or broken. Pre-release build for TestFlight and Android APK (FCM + OSS). ## What's New - Added support for buying and gifting Plutonium in the settings for Android OSS users, by @edeuss - Added support for physical keyboards, by @edeuss - Improvements to the send button haptic event, by @edeuss - Updated Flutter and Dart version might lead to performance improvements on some devices. - Fixed some issues with Unified Push notifications for the Android OSS build, by @edeuss - Fixed some issues with chat search filters on tablet, by @edeuss - Fixed the composer auto-complete not closing when no matching query could be found, by @edeuss ## Detailed changes ### Features - update send message with a longer decay (@edeuss) ([85cfbf5](https://github.com/fluxerapp/flutter_client/commit/85cfbf55b728871175790e857196d4b00eb4ae69)) - lock down billing to official instance (@edeuss) ([a130524](https://github.com/fluxerapp/flutter_client/commit/a13052469bd4bd39dfd747dbb46627743ed697ad)) - add plutonium and gifts (@edeuss) ([43193b0](https://github.com/fluxerapp/flutter_client/commit/43193b021839d2951ce7992f3bd37a3beb840bea)) - add keyboard shortcut handling (@edeuss) ([e9ddc52](https://github.com/fluxerapp/flutter_client/commit/e9ddc525a4100e23d0aa4f96e075f819d53c1eb7)) - tune send message to be softer (@edeuss) ([71b2c64](https://github.com/fluxerapp/flutter_client/commit/71b2c64a40160d0a62d873b04bd396510748a9c4)) - add dev tools to test haptics (@edeuss) ([d7813c6](https://github.com/fluxerapp/flutter_client/commit/d7813c64e5b5eb6ced30001731eb6246b30c54ea)) ### Fixes - unified push notifications getting swallowed (@edeuss) ([8f6e800](https://github.com/fluxerapp/flutter_client/commit/8f6e800fbcc0020ac3624b2f521ac9a506517983)) - message list early call (@edeuss) ([783a95b](https://github.com/fluxerapp/flutter_client/commit/783a95b008d7f945e3feb48d88c10bf6c61838c1)) - tablet search filter…