Flutter Web : LinkTree UI

preview_player
Показать описание
We will explore how we are going to create an exact UI of linktree's profile landing page.

Рекомендации по теме
Комментарии
Автор

I found out CircleAvatar with NetworkImage does not work in mobile web.

1. A work around is to crop your photo manually into a circle (canva.com) and host it on an image hosting site (imgbb.com).
2. Then, you use Image.network instead of CircleAvatar.


Any of you face similar problems or have another workaround?

LearnFlutterCode