firebase_image icon indicating copy to clipboard operation
firebase_image copied to clipboard

ImageFetchStrategy and On Error Handling

Open kulture-rob-snider opened this issue 3 years ago • 0 comments

  • Allows the user to choose if they want to fetch the firebase image into memory (default) or into a file
  • Allows the user the provide an optional onError defined as typedef FirebaseImageError = Uint8List Function(Exception exception)

kulture-rob-snider avatar Sep 25 '20 11:09 kulture-rob-snider