You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File.readAsBytes (and the sync version as well) should return Uint8List rather than List<int>. This is a backwards-compatible change since Uint8List implements List<int>.