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
Whenever I import faker, Image from flutter stops working with an error. Consider an alternative name for your implementation?
The name 'Image' is defined in the libraries 'package:faker/ src/ image. dart (via package:faker/ faker. dart)' and 'package:flutter/ src/ widgets/ image. dart'. (Documentation)
Try using 'as prefix' for one of the import directives, or hiding the name from all but one of the imports.
The text was updated successfully, but these errors were encountered:
Whenever I import
faker
,Image
from flutter stops working with an error. Consider an alternative name for your implementation?The text was updated successfully, but these errors were encountered: