flutter firestore Unable to load asset with precache Image code example
Example: Unable to load asset: /storage/emulated/0/
// You are using the wrong Image constructor.
// Use `[Image.file]` instead of [Image.asset].
// [Image.asset] load files packaged in the application (assets section of pubspec.yaml)
// and [ImagePicker] does not have access to them.