Pawan Acharya

Results 3 issues of Pawan Acharya

``` MarkdownText( markdown = message, modifier = Modifier.pointerInput(Unit) { detectTapGestures( onLongPress = { Log.d("TAG", "long pressed") } ) } ) ``` This doesn't work, if I use normal text the...

## Description This PR adds an extension method on num to create EdgeInset for padding and margins easily. ## Basic Checklist - [ ] ✨ Ran `dartdoc` - [x] 🛠️...

### Steps to reproduce 1. Set up a listener for the purchase stream: ```dart InAppPurchase.instance.purchaseStream.listen(_listenToPurchaseUpdated); ``` 2. Deploy the app to TestFlight on iOS. 3. Purchase a subscription in the...