Flutter, Create App, Run App
https://giga.chat/link/gcsLwhDIjp
------------------------------------------------------------
(base) PS D:\VC24> cd flutter
(base) PS D:\VC24\flutter> flutter create win_app_01
Creating project win_app_01...
Resolving dependencies in `win_app_01`... (1.9s)
Downloading packages...
Got dependencies in `win_app_01`.
Wrote 130 files.
All done!
You can find general documentation for Flutter at: https://docs.flutter.dev/
Detailed API documentation is available at: https://api.flutter.dev/
If you prefer video documentation, consider: https://www.youtube.com/c/flutterdev
---------------------------------------------------------------------
In order to run your application, type:
$ cd win_app_01
$ flutter run
Your application code is in win_app_01\lib\main.dart.
(base) PS D:\VC24\flutter> cd win_app_01
(base) PS D:\VC24\flutter\win_app_01> flutter run
Connected devices:
Windows (desktop) • windows • windows-x64 • Microsoft Windows [Version 10.0.20348.2402]
Chrome (web) • chrome • web-javascript • Google Chrome 133.0.6943.99
Edge (web) • edge • web-javascript • Microsoft Edge 133.0.3065.82
[1]: Windows (windows)
[2]: Chrome (chrome)
[3]: Edge (edge)
Please choose one (or "q" to quit): 1
Launching lib\main.dart on Windows in debug mode...
Building Windows application... 72.2s
√ Built build\windows\x64\runner\Debug\win_app_01.exe
Syncing files to device Windows... 398ms
Flutter run key commands.
r Hot reload.
R Hot restart.
h List all available interactive commands.
d Detach (terminate "flutter run" but leave application running).
c Clear the screen
q Quit (terminate the application on the device).
A Dart VM Service on Windows is available at: http://127.0.0.1:52169/dhKlKHBOzaw=/
The Flutter DevTools debugger and profiler on Windows is available at:
http://127.0.0.1:9100?uri=http://127.0.0.1:52169/dhKlKHBOzaw=/
Lost connection to device.
(base) PS D:\VC24\flutter\win_app_01>