fam 1.1.3 fam: ^1.1.3 copied to clipboard
Fam is a scripting service for flutter project asset management.
1.0.0 #
-
Initial version.
Basic function editing of the fam script service for asset management of flutter projects.
-
Main function commands
fam init
fam run
fam filter size
fam filter unused
fam fix
fam rename file xx
fam rename class Xx
fam delete file xx
fam delete mfile xx
1.0.1 #
Update Fam's documentation introduction.
1.0.2 #
Fix fam filter unused delete
command error.
1.0.3 #
Clear records of empty file directories.
1.0.4 #
Add Fam version get and Stable version get.
1.0.5 #
- newly added command
fam --releases
Get all stable releases of Fam.fam --version
Get the Fam version installed on the current system.fam --update
&fam --update x.x.x
Do a Fam version upgrade.
- fix the problem
- Fix the description of some commands, you can use
fam --help
to view the update. - Fix
fam filter unused
check error for unused asset files.
1.0.6 #
Fix the version prompt problem.
1.0.7 #
Fix the problem that the order of resource management files generated by individual platforms is different.
1.0.8 #
Support for native shader file types, ie .frag
.
1.0.9 #
Fix document display exception.
1.1.0 #
- Remove redundant empty directories.
- Clear blank lines in the last line of the fam.dart file.
1.1.1 #
- Adapt to the latest version.
1.1.2 #
- Upgrade the resource references in the library to solve the problem of low version.
- The problem of filtering the readme.txt file participation record in the resource file.
- Removed empty folders to participate in logging issues.
- In the resource size filter display, the color of the path and size string is distinguished.
1.1.3 #
- Multiply graph resource references for filtering resource files
- Optimized upgrade, no need to manually execute the
fam run
command after deleting the resource file. If it fails, it needs to be handled manually.