Merge branch 'dev' into space_managment_refactoring

This commit is contained in:
raf-dev1
2025-06-11 11:12:52 +03:00
committed by GitHub
214 changed files with 8413 additions and 2903 deletions

View File

@ -109,6 +109,7 @@ class _HomeWebPageState extends State<HomeWebPage> {
),
itemBuilder: (context, index) {
return HomeCard(
color: homeBloc.homeItems[index].color,
index: index,
active: homeBloc.homeItems[index].active!,
name: homeBloc.homeItems[index].title!,