Flutter Web: firebase_storage: MissingPluginException No implementation found for method StorageReference#putData
问题 I am trying to upload an image in UInt8List format to firebase storage. I am using "StorageReference.putData". I keep getting this error saying that putFile isn't defined. I have updated to all the lated firebase packages and still no success. Is putData not possible on Flutter Web? I have tried to update all packages and then 'flutter clean', 'flutter packages get' The reason I am not using "putFile" is because Flutter Web doesn't support dart:io which holds the specific File class required