Sunisha
Sunisha
Am loading html content in webview. It's loading perfectly. It has input field, radio, checkbox etc. It's kind of form. So after loading this HTML content I Can edit and...
Hi, I have tried to implement this lib.But which is not playing in BlackBerry STH100-2.I think because of .wav format.How can i solve it ?
The following code am using for to load the image, SvgPicture.network( 'https://dev.w3.org/SVG/tools/svgweb/samples/svg-files/AJ_Digital_Camera.svg', placeholderBuilder: (context) => const CircularProgressIndicator( color: AppColors.primaryPurple, ), height: 50.0, ) The above link is not working. Then...
I have created an application and uploaded to the TestFlight and Appstore also. First time user was able to login and then for next patch release I have uploaded to...
When I tried to call social login we are doing few lamda functions. But in flutter am not able to catch the lamba exceptions for social login. When I tried...
Hi I have created a cognito user pool with name. And when I try to sign in with apple name is getting as email id. the following way, that too...
In one of my project Iam using flutter_freshchat integration. In that am facing an issue in iOS, when I add flutter_freshchat: ^1.3.0 in pubspec.yaml. Am not able to build only...
Am getting a response as html content. So when am trying to load that HTML content few things are missing; like radio button, checkbox, input type etc. The following html...
I wanted to show routing url in flutter web. So for that am using Getx the following way, ``` class AppRoutes { static const users = '/social/users/'; } ``` **main.dart**...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior I'm facing several issues with WebView behavior on iOS while using...