Arvind Sangwan

Results 34 comments of Arvind Sangwan

It seems to be only a problem with localhost, after the deployment CORS problems are automatically fixed. You can try it once 🤔 I'm not sure.

https://pub.dev/packages/flutter_cors Guys you can use this package only for local testing.

https://community.flutterflow.io/c/community-tutorials/how-to-deal-with-those-cors-issues

To resolve the CORS issue, easiest way is use `Firebase` function or `Appwrite` cloud function. Both are have freemium plans. Thank you, @bertrandgelinas , for providing the best guidance on...

`Flutter (Channel stable, 3.3.10, on macOS 13.0.1 22A400 darwin-arm` My code sample ``` Widget build(BuildContext context, WidgetRef ref) { return Motion( child: ListTile( title: Text( response.number, style: context.headline6, ), subtitle:...

Now I'm using https://pub.dev/packages/motion_v2/

Hi @mrcendre, I apologize for publishing an unauthorized copy. My organization and I do not support or increase Intellectual Property Violations. This package was published due to a misunderstanding. You...

It is important to respect the wishes of the @mrcendre of an open source package, as you have put in a lot of effort to create and maintain it. As...

Hi @StatTark I need to look into what happens here. For now, you can use the cutOutBottomOffset parameter to align that.

Hi @firelove68, onScan method has been removed, kindly use onDetect method.