this is the error
Image provider: AssetImage(bundle: null, name: "assets/images/login.jpg")
Image key: AssetBundleImageKey(bundle: PlatformAssetBundle#e28ce(), name: "assets/images/login.jpg",
scale: 1)
here is my code
Image(
image: AssetImage("assets/images/login.jpg"),
),
pubsec.yaml
assets:
- assets/images/
2
Answers
It is bcoz you haven’t close your running app
as you add the assert in pubspec.yaml you need to restart the application