Skip to content

Commit 2dd5a92

Browse files
committed
Minor changes
- removed commented code in home - removed Figtree italic files
1 parent 76f2d4a commit 2dd5a92

10 files changed

+0
-29
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

examples/ani_watch/lib/screens/home.dart

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -77,33 +77,6 @@ final Map<String, dynamic> homeBodyJson = {
7777
genre: "Action",
7878
sortType: AniListAPIUtils.sortTrendingDesc,
7979
),
80-
// {
81-
// "type": "sizedBox",
82-
// "height": defaultCategoryViewSpacing,
83-
// },
84-
// getAnimeCategoryView(
85-
// categoryTitle: "Slice of Life",
86-
// genre: "Slice of Life",
87-
// sortType: AniListAPIUtils.sortTrendingDesc,
88-
// ),
89-
// {
90-
// "type": "sizedBox",
91-
// "height": defaultCategoryViewSpacing,
92-
// },
93-
// getAnimeCategoryView(
94-
// categoryTitle: "Fantasy",
95-
// genre: "Fantasy",
96-
// sortType: AniListAPIUtils.sortTrendingDesc,
97-
// ),
98-
// {
99-
// "type": "sizedBox",
100-
// "height": defaultCategoryViewSpacing,
101-
// },
102-
// getAnimeCategoryView(
103-
// categoryTitle: "Sci-Fi",
104-
// genre: "Sci-Fi",
105-
// sortType: AniListAPIUtils.sortTrendingDesc,
106-
// ),
10780
{"type": "sizedBox", "height": 80},
10881
],
10982
},

examples/ani_watch/pubspec.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@ flutter:
100100
weight: 800
101101
- asset: fonts/Figtree/Figtree-Black.ttf
102102
weight: 900
103-
- asset: fonts/Figtree-Italic-VariableFont_wght.ttf
104-
style: italic
105103

106104
# For details regarding fonts from package dependencies,
107105
# see https://flutter.dev/to/font-from-package

0 commit comments

Comments
 (0)