Azrio Chua

Results 12 comments of Azrio Chua

You may use the extentRatio params inside the actionpane to give it a width. `endActionPane: ActionPane( extentRatio: 0.2 // 20% of the width of the screen)`

@rekire What do you meant by everytime the view becomes resized?

doesn't work for me too :(

I am trying to achieve click to delete instead of sliding too, but no luck yet whatsoever

You may give your slidableaction the params `borderRadius: BorderRadius.circular`

@vasilich6107 I found a workaround for this. You may simply add `return Scaffold` after `builder: (context) { ... }` to control the modal's background color, or using a `Container (...

Same issue faced here. User can only be subscribe to the channel once and afterwards hot reloading or creating a new instance user is unable to subscribe again, any fixes...