Create new asset folder and add images to it

This commit is contained in:
2025-04-09 10:54:13 +02:00
parent a9ec3e0565
commit dc796612fb
49 changed files with 80 additions and 51 deletions

View File

@@ -248,7 +248,8 @@ class _MihInfoState extends State<MihInfo> {
CircleAvatar(
backgroundColor:
MzanziInnovationHub.of(context)!.theme.primaryColor(),
backgroundImage: const AssetImage("images/founder.jpg"),
backgroundImage: const AssetImage(
"lib/mih_components/mih_package_components/assets/images/founder.jpg"),
//'https://media.licdn.com/dms/image/D4D03AQGd1-QhjtWWpA/profile-displayphoto-shrink_400_400/0/1671698053061?e=2147483647&v=beta&t=a3dJI5yxs5-KeXjj10LcNCFuC9IOfa8nNn3k_Qyr0CA'),
radius: 75,
),