idkit_assets 1.0.1
idkit_assets: ^1.0.1 copied to clipboard
Flutter project resource management command tool.
1.0.0 #
1. Introduction
Flutter project resource management command tool.
2. Instructions contained in this command line
-
idkit_assets runoridkit_assets -rResource management instructions for quick initialization projects, the default reference class for resources is IDKitAssets. -
idkit_assets rename xxoridkit_assets -rn xxQuickly initialize the resource management of the project and specify the name of the resource reference class; and instructions to change the name of the resource reference class later. -
idkit_assets unused checkoridkit_assets -ucCheck unused resource files in the project and resource files that are not commented out. -
idkit_assets unused removeoridkit_assets -urRemove unused resource files and resource files that are not used in comments in the project. -
idkit_assets filter xxoridkit_assets -f xxFilter the resources of the specified size in the project resource file, the default value is 200KB. -
idkit_assets delete xxoridkit_assets -d xxDelete the resource file specified in the project. -
idkit_assets helporidkit_assets -hGet the manual for the resource management command tool.
3. Guide
If you have any questions or difficulties in using the project resource management command tool, please read the README file carefully. You can also leave me a message and I will reply to you as soon as possible.
1.0.1 #
Fix the problem of temporary use of the process when the Windows system is processing the pubspec.yaml file