-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Description
// רשימת הפרקים שלך - כאן תכתוב את התוכן
List chapters = [
"כאן תכתוב את תוכן פרק 1...",
"כאן תכתוב את תוכן פרק 2...",
"כאן תכתוב את תוכן פרק 3...",
// וכן הלאה עד 6
];
// פונקציית הדילוג
void skipToNextChapter() {
if (currentChapterIndex < chapters.length - 1) {
currentChapterIndex++; // עובר לפרק הבא
}
}
Metadata
Metadata
Assignees
Labels
No labels