Jak korzystać z dart devtools

Przykłady kodu

0
0

jak korzystać z dart devtools

#1. Install DevTools
dart pub global activate devtools

#2. Launch the DevTools server
dart pub global run devtools
#Serving DevTools at http://127.0.0.1:9100

#3. Start the target app
cd path/to/dart/app
dart run --observe main.dart
#Observatory listening on http://127.0.0.1:8181/wYDP3x9mvbw=/

#4. Open DevTools and connect to the target app
	#1. Open Chrome browser window and navigate to http://localhost:9100.
	#2. Paste the “listening” URL into the text field under Connect to a running app, and click the Connect button.

Podobne strony

Podobne strony do przykłady

W innych językach

Ta strona jest w innych językach

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................