I'm New to Flutter and I want to make my already existing website(Build on HTML5) in Flutter with exact same UI. Is there any way to convert my Existing HTML, CSS Codes completely into Flutter so That I can save a lot of time. Thanks in advance.
You can use webview, it won't transform your html and css to flutter widgets, but you could add your website as a page.