gg_process 1.1.6 gg_process: ^1.1.6 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.6 - 2024-04-13 #
Removed #
- dependency pana
1.1.5 - 2024-04-12 #
Removed #
- dependency to gg_install_gg, remove ./check script
1.1.4 - 2024-04-09 #
Removed #
- 'Pipline: Disable cache'
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.stdin
returns 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.