Commit dc29472
committed
refactor(icons): Replace custom icon font with tabler_icons package
Replaced the custom `IconsX` icon font with the `tabler_icons` package to standardize and simplify icon management.
- Added the `tabler_icons: ^2.5.0+1` dependency.
- Removed the `icon_font_generator` dev dependency and associated font assets (`icons.ttf`, `camping.svg`, `camping_outlined.svg`).
- Deleted the generated `lib/generated/icons.dart` file.
- Updated the UI in `lib/ui/game/campfire/camp.dart` to use icons from `TablerIcons` instead of the custom `IconsX`.1 parent a61f77d commit dc29472
File tree
7 files changed
+12
-49
lines changed- assets
- icons
- lib
- generated
- ui/game/campfire
7 files changed
+12
-49
lines changedBinary file not shown.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
405 | 405 | | |
406 | 406 | | |
407 | 407 | | |
408 | | - | |
409 | | - | |
410 | | - | |
411 | | - | |
412 | | - | |
413 | | - | |
414 | | - | |
415 | | - | |
416 | | - | |
417 | 408 | | |
418 | 409 | | |
419 | 410 | | |
| |||
721 | 712 | | |
722 | 713 | | |
723 | 714 | | |
724 | | - | |
725 | | - | |
726 | | - | |
727 | | - | |
728 | | - | |
729 | | - | |
730 | | - | |
731 | | - | |
732 | 715 | | |
733 | 716 | | |
734 | 717 | | |
| |||
934 | 917 | | |
935 | 918 | | |
936 | 919 | | |
| 920 | + | |
| 921 | + | |
| 922 | + | |
| 923 | + | |
| 924 | + | |
| 925 | + | |
| 926 | + | |
| 927 | + | |
937 | 928 | | |
938 | 929 | | |
939 | 930 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | 66 | | |
70 | 67 | | |
71 | 68 | | |
| |||
78 | 75 | | |
79 | 76 | | |
80 | 77 | | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
0 commit comments