Shivansh Talwar

Results 43 comments of Shivansh Talwar

kindly use [DropDownButtonFormField](https://api.flutter.dev/flutter/material/DropdownButtonFormField-class.html) which is the official version of the very same plugin as this plugin has issues like the state of form field doesn't update programmatically.

kindly use [DropDownButtonFormField](https://api.flutter.dev/flutter/material/DropdownButtonFormField-class.html) which is the official version of the very same plugin as this plugin has issues like the state of form field doesn't update programmatically.

@jamiejackherer @LinoAlejandro I recently added support for inputDecoration, I am waiting for my PR to be approved until then you could use [dropdown_formfield](https://github.com/shivanshtalwar0/dropdown_formfield) cheers!

kindly use [DropDownButtonFormField](https://api.flutter.dev/flutter/material/DropdownButtonFormField-class.html) which is the official version of the very same plugin as this plugin has issues like the state of form field doesn't update programmatically.

kindly use [DropDownButtonFormField](https://api.flutter.dev/flutter/material/DropdownButtonFormField-class.html) which is the official version of the very same plugin as this plugin has issues like the state of form field doesn't update programmatically.

kindly use [DropDownButtonFormField](https://api.flutter.dev/flutter/material/DropdownButtonFormField-class.html) which is the official version of the very same plugin as this plugin has issues like the state of form field doesn't update programmatically.

kindly use [DropDownButtonFormField](https://api.flutter.dev/flutter/material/DropdownButtonFormField-class.html) which is the official version of the very same plugin as this plugin has issues like the state of form field doesn't update programmatically.

Nope for video call basically after ice connection is connected camera is closed and screen goes black on both screen

@cloudwebrtc please take a look into it as it seems like a critical bug

with nuxt 2.10.1 you can do something like. ``` You haven't ordered any Product import InfiniteLoading from 'vue-infinite-loading'; export default { name: "orders", components: { InfiniteLoading}, } ``` and it...