Ali

Results 32 issues of Ali

when passing a list of string to initialValue , below exception occurs: ``` The following NoSuchMethodError was thrown building MultiSelectFormField(dirty, dependencies: [_FormScope, _InheritedTheme, _LocalizationsScope-[GlobalKey#d3d5a]], state: FormFieldState#31c19): The method '[]' was...

Below error is happening when building: ``` FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:mergeDebugAssets'. > Could not resolve all files for configuration...

Im new to Flutter frameWork I want to use **signalr** on **flutter** to connect to a server and receive notification below code is how I do it on **Java**: ```...

`Unhandled Exception: Invalid argument(s): Response Content-Type not supported: [application/json; charset=UTF-8]` Any idea how to solve it? My code: ``` Future openChatConnection() async { if (_hubConnection == null) { _hubConnection =...

I need to pass Parameter(**Not** a token but sth like an Id) with HubConnection before `_hubConnection.start()` Any help?!

need right to left fill for horizontal `LiquidLinearProgressIndicator`

Hi Having an option to dismiss the widget by swiping (in my case up) the widget before it dismiss its self would be great. Thanks.

Hi I am building an app with purpose of getting call history even in background and I want to trigger the service only when phone is making a call (with...