add new layout

This commit is contained in:
paoloGuagnano
2024-03-08 15:32:42 +01:00
parent 2d5fba8897
commit e8b04d0155
14 changed files with 13 additions and 69 deletions

View File

@@ -22,18 +22,3 @@ final List<Course> courses = [
color: const Color(0xFF80A4FF),
),
];
final List<Course> recentCourses = [
Course(title: "State Machine"),
Course(
title: "Animated Menu",
color: const Color(0xFF9CC5FF),
iconSrc: "assets/icons/code.svg",
),
Course(title: "Flutter with Rive"),
Course(
title: "Animated Menu",
color: const Color(0xFF9CC5FF),
iconSrc: "assets/icons/code.svg",
),
];