Loading

Results 5 issues of Loading

So I Used a Custom CheckBox (ImageView that updates background when tap) in the BottomView. but every time I tap this CheckBox and update it's background. The SwipeLayout is always...

Is there a way to limit the width size of the suggestions? (Like setting a width size or matching content width) suggestionBuilder seems to be matching the screen width, adding...

Is there a way to remove/hide an item after selecting it from the list? (and put it back if the item was erased from the textField) Updating the list data...

**Plugin name** appinio_social_share: ^0.3.1 **Describe the bug** I'm getting this error: `No Activity found to handle Intent { act=android.intent.action.SEND typ=text/plain flg=0x10000001 pkg=com.instagram.android clip={text/plain {...}} (has extras) }` when calling: `appinioSocialShare.android.shareToInstagramDirect(message)`...

Integration worked in Android but not in iOS ``` Widget build(BuildContext context) { return Scaffold( appBar: const PreferredSize( preferredSize: Size.fromHeight(kToolbarHeight), child: SecondaryAppBar( title: 'Tracker View', ), ), body: OSMFlutter( controller:...