14,494 questions
As a flutter web app compiles to JavaScript that runs in the browser, you would need a JavaScript library that can call sqlserver. While there is a node version, it does not support be hosted in the browser. You might find a WASM port callable from js.
also your Sqlserver would need to accessible from the browser client. Typically not a good idea.