Subhadip Pramanik

Results 3 issues of Subhadip Pramanik

Hello @nathvarun , Thanks for this nice tutorial. I could setup google signin following your video tutorial and it works fine with Expo client. However when I build the app...

I am trying to set `initialValue`. My code looks like ``` MultiSelectBottomSheetField( initialChildSize: 0.4, listType: MultiSelectListType.CHIP, searchable: true, buttonText: Text(item.key), title: Text('Select ${item.key}'), buttonIcon: Icon(CupertinoIcons.arrow_down_circle), items: item.value .map((e) => MultiSelectItem(e,...

Hi, In my case, I want to send a Bearer Token (JWT) with the request. Is there a way to validate that?