Karthikeyan S

Results 5 issues of Karthikeyan S

## Description If the share is done to the same app(self) in android device, this plugin opens the share-sheet only once and throws the following exception for the subsequent method...

According to the example in the README, the right way to use the widget is - ``` Stack( children: [ DropzoneView(...), Center(child: Text('Drop files here')), ], ) ``` In many...

### Description Fixes https://github.com/AbdulRahmanAlHamali/flutter_typeahead/issues/585 Fixes https://github.com/AbdulRahmanAlHamali/flutter_typeahead/issues/586 This PR does 2 things: 1. Adds a new property `itemBorderRadius` which will be applied on the default `itemBuilder` that is wrapped on the...

When trying to give the items in the `TypeAheadField` a border radius, the inbult `InkWell` of the material defaults will draw outside of the border radius, as they themselves have...

bug