added new absences icon

This commit is contained in:
Kima
2024-04-23 19:54:06 +02:00
parent 8d90e81de7
commit f0b9dfa1e6
4 changed files with 16 additions and 18 deletions

View File

@@ -42,6 +42,8 @@ void main() async {
const timetableSvg =
SvgAssetLoader('assets/svg/menu_icons/timetable_selected.svg');
const notesSvg = SvgAssetLoader('assets/svg/menu_icons/notes_selected.svg');
const absencesSvg =
SvgAssetLoader('assets/svg/menu_icons/absences_selected.svg');
svg.cache
.putIfAbsent(todaySvg.cacheKey(null), () => todaySvg.loadBytes(null));
@@ -51,6 +53,8 @@ void main() async {
timetableSvg.cacheKey(null), () => timetableSvg.loadBytes(null));
svg.cache
.putIfAbsent(notesSvg.cacheKey(null), () => notesSvg.loadBytes(null));
svg.cache.putIfAbsent(
absencesSvg.cacheKey(null), () => absencesSvg.loadBytes(null));
// Run App
runApp(App(