No errors in the code and as far as I can see the pubspec.yaml file is functional, as it worked before.
@override
Widget build(BuildContext context) {
return MaterialApp(
home: Scaffold(
body: SafeArea(
child: Column(
children: [
Card(
child: Image.asset('anyaparent.jpeg'),
),
],
),
),
),
);
CodePudding user response:
try doing like this
Image.asset('images/anyaparent.jpeg'),