Stryder Crown

Results 4 issues of Stryder Crown

## Steps to Reproduce - On a Windows operating system, run `bin/plugin` or `dart tool/plugin/bin/main.dart make` ## Result The script uses OS specific calls and is not able to perform...

This PR brings the project closer to normalizing the tool across platforms. Previously, this plugin used OS specific calls like rm, mv, curl to complete. These calls have been replaced...

This is a refactor of the `flutter-intellij` build tool to support multiple platforms including Mac and Windows. Several other bugs and changes were included to streamline and speed up the...

Extension should work on windows and linux now with the latest version of Inkscape. - Removed os.system calls and replaced with inkex.command calls. - Resolve deprecation warnings for option parser,...