"Error: The type 'JSObject' can't be used as supertype." while deploying flutter app to vercel
Getting Error: The type 'JSObject' can't be used as supertype. error but I havent used dart.js anywhere in my code and unable to deploy my app to vercel. below is my pubspec: name: appname description: "A new Flutter project." publish_to:…