error: The name 'Image' is defined in the libraries 'package:flutter/src/widgets/image.dart' and 'package:image/src/image.dart'. -- ambiguous_import
If you have a file named import such as:
Import ‘package:image/image.dart’ as Image;
Then the class in that package will be Image.image
.
import 'package:image/image.dart' as img;