Is there a way to pass javascript variables into flutter web components? I am trying to determine if we can use flutter to build components into existing web app. Thank you
Yes through flutter_js and js you integrate your JavaScript into your Flutter code.