1
0
forked from firka/firka

firka: remove package: 'firka'

Closes: #5
This commit is contained in:
2026-03-03 23:08:25 +01:00
parent 8249dbf03e
commit 39c5ca357e
7 changed files with 0 additions and 11 deletions

View File

@@ -608,7 +608,6 @@ class _HomeTimetableScreen extends FirkaState<HomeTimetableScreen>
"dropdownLeft",
size: 24,
color: appStyle.colors.accent,
package: 'firka',
),
),
onTap: () async {
@@ -673,7 +672,6 @@ class _HomeTimetableScreen extends FirkaState<HomeTimetableScreen>
"dropdownRight",
size: 24,
color: appStyle.colors.accent,
package: 'firka',
),
),
onTap: () async {

View File

@@ -438,7 +438,6 @@ class _HomeTimetableMonthlyScreen
"dropdownLeft",
size: 24,
color: appStyle.colors.accent,
package: 'firka',
),
),
onTap: () async {
@@ -468,7 +467,6 @@ class _HomeTimetableMonthlyScreen
"dropdownRight",
size: 24,
color: appStyle.colors.accent,
package: 'firka',
),
onTap: () async {
var newNow = DateTime(now!.year, now!.month + 1);

View File

@@ -948,7 +948,6 @@ class _SettingsScreenState extends FirkaState<SettingsScreen> {
FirkaIconType.icons,
"group",
color: appStyle.colors.accent,
package: 'firka',
),
SizedBox(width: 8),
Text(

View File

@@ -56,14 +56,12 @@ class _WelcomeWidgetState extends State<WelcomeWidget> {
FirkaIconType.majesticonsLocal,
"sunSolid",
color: appStyle.colors.accent,
package: 'firka',
);
case Cycle.day:
return FirkaIconWidget(
FirkaIconType.majesticonsLocal,
"parkSolidSchool",
color: appStyle.colors.accent,
package: 'firka',
);
case Cycle.afternoon:
return FirkaIconWidget(

View File

@@ -34,7 +34,6 @@ class HomeworkWidget extends StatelessWidget {
"homeWithMark",
color: appStyle.colors.accent,
size: 24,
package: 'firka',
)
: FirkaIconWidget(
FirkaIconType.majesticons,

View File

@@ -370,7 +370,6 @@ class LessonWidget extends StatelessWidget {
'cupFilled',
color: appStyle.colors.accent,
size: 24,
package: 'firka',
),
),
),

View File

@@ -245,7 +245,6 @@ class LessonBigWidget extends StatelessWidget {
'cupFilled',
color: appStyle.colors.accent,
size: 24,
package: 'firka',
),
),
),
@@ -488,7 +487,6 @@ class LessonBigWidget extends StatelessWidget {
'cupFilled',
color: appStyle.colors.accent,
size: 24,
package: 'firka',
),
),
),