new default icons for selected default labels + filter counter for overview in drawer
Added default label icons Made a new enum type - DefaultLabels which maps to the respective png files A new default label can be added in DefaultLabels, with its corresponding png file in assets/icons with the same name as the label
Example : label: videos filename: videos.png
Added a class DefaultPaths The intelli-sense can make it faster to write these paths, than having to remember them.
Example: normal string path: assets/icons/ with DefaultPaths: DefaultPaths.defaultLabelIcons
The variable can be autocompleted with intellisense and reduces the need to remember the path if the variables are well named
solution to issue #108

New function addition in the torrent service to count the torrents by filter All counts of the filters are now visible in the drawer issue #109 solution

@AbdulMalikDev added the PR here
@Rushour0 please resolve the conflicts.
@Rushour0 please resolve the conflicts.
Done @AbdulMalikDev
@Rushour0 Please also make sure the PR is passing all checks.
@Rushour0 Please also make sure the PR is passing all checks.
Alright my bad, I will check it again, it was working some time ago
@AbdulMalikDev cleared up the flutter analyze error
i checked it last, was working fine

@AbdulMalikDev could you let me know the status of this feature addition