commandline_or_gui_windows 1.2.1 copy "commandline_or_gui_windows: ^1.2.1" to clipboard
commandline_or_gui_windows: ^1.2.1 copied to clipboard

PlatformWindows
outdated

Allows your app to run as either commandline or gui. Windows only.

1.2.1 #

  • updated the license to MIT to allow better freedom of use of the code

1.2.0 #

  • added a commandline exit function
    • only closes if closeOnCompleteCommandlineOptionOnly is true
    • this way you can keep an app open when debugging
  • added CommandlineOrGuiWindows: to all error messages
    • to help identify where the error came from
  • added ability to set exit code when app exits commandline mode
  • removed unused code from example
  • depricated syncStdOutAndStdErrWithConsole
    • it should not have been added, oops :(
  • updated readme

1.1.1 #

  • fixed example main.cpp
    • args in main were being converted to utf-8
    • ASCII strings now used
  • made main.dart ignore parsing errors
    • bool true/false showing errors in gui

1.1.0 #

  • Added stderr output to example
    • Added example of how to show stderr to readme
  • Wrote required steps to have the app run as a gui or commandline app
    • modifications must be made to C++ code for apps that use this package
    • Following steps allows output to stdout to be displayed in android studio run terminal
  • Increased documentation

1.0.0 #

  • Removed from dart and C++ code: -terminalAsOut, terminalAsStdout, and terminalAsStderr
  • Began tracking more C++ code
  • Updated documentation

0.1.0 #

  • Added the ability to hide the main window
  • Change <br/> to <br> in README.md
  • Window is now hidden in the example
    • documetion coming in 1.0.0
  • no longer require allocation of terminal to write to stdout or stderr
    • this causes issues
    • functions left, but shouldn't be use
  • Depricated terminalAsOut, terminalAsStdout, and terminalAsStderr

0.0.2 #

  • updated yaml to include git repo

0.0.1 #

  • Basic functions
    • stdout and stderr to terminal
    • run app in either gui or commandline mode
8
likes
140
pub points
33%
popularity

Publisher

unverified uploader

Allows your app to run as either commandline or gui. Windows only.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on commandline_or_gui_windows