gg_process 1.1.7
gg_process: ^1.1.7 copied to clipboard
GgProcess is a wrapper around Process.run and Process.start. It allows us to mock the execution of console programs.
Changelog #
1.1.7 - 2026-08-11 #
Added #
GgProcessDelegate.currentperforms every process the gg suite starts, and can be replaced.GgProcessWrapperroutes through it, as do the newggRunProcess/ggStartProcessdrop-in replacements forProcess.runandProcess.start.GgPlatformDelegate.currentanswers thePlatformquestions and holds the exit code (ggExitCode), so a build without a workingdart:iocan answer them itself.- Add .gitattributes file
Changed #
- Provide gg via npm
- Fix shell changes
1.1.3 - 2024-04-09 #
Changed #
- Rework changelog
- 'Github Actions Pipeline'
- 'Github Actions Pipeline: Add SDK file containing flutter into .github/workflows to make github installing flutter and not dart SDK'
1.1.2 - 2024-01-01 #
GgFakeProcess.stdinreturns a mock now
1.1.1 - 2024-01-01 #
- Add latest dependencies
1.1.0 - 2024-01-01 #
- Add
GgFakeProcess:exitWithException
1.0.7 - 2024-01-01 #
- Initial version.