How to get the file selected

Issue I am building a flutter web using old version. I am having a FileUploadInputElement. I need to get the file selected from that element. @override Widget build(BuildContext context) { FileUploadInputElement fileUploadInputElement = FileUploadInputElement(); ui.platformViewRegistry.registerViewFactory( ‘animation-Image-html’, (int viewId) => fileUploadInputElement);

Continue reading