meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ixc2024:tech:tools:green-tools [2024/05/28 10:34] arshixc2024:tech:tools:green-tools [2024/05/28 12:42] (current) arsh
Line 105: Line 105:
 **Using Visual Studio Code (VS Code)** **Using Visual Studio Code (VS Code)**
  
-1-Install Flutter and Dart Plugins: +1-**Install Flutter and Dart Plugins: 
 +**
   * Unordered List ItemGo to the Extensions view (Ctrl+Shift+X).   * Unordered List ItemGo to the Extensions view (Ctrl+Shift+X).
   * Unordered List ItemSearch for Flutter and Dart and install both plugins.   * Unordered List ItemSearch for Flutter and Dart and install both plugins.
  
-2-Open your Flutter project:+2-**Open your Flutter project:**
  
   * Unordered List ItemOpen your Flutter project in VS Code.   * Unordered List ItemOpen your Flutter project in VS Code.
  
-3-Start Debugging:+3-**Start Debugging:**
  
   * Unordered List ItemPress F5 or go to the Debug view (Ctrl+Shift+D) and click on "Run".   * Unordered List ItemPress F5 or go to the Debug view (Ctrl+Shift+D) and click on "Run".
  
-4-Open DevTools:+4-**Open DevTools:**
  
   * Unordered List ItemOnce the app is running, you will see a notification in the bottom right corner saying "Dart DevTools is available".   * Unordered List ItemOnce the app is running, you will see a notification in the bottom right corner saying "Dart DevTools is available".
Line 160: Line 160:
   * Unordered List ItemThen run flutter pub global run devtools to start the DevTools server.   * Unordered List ItemThen run flutter pub global run devtools to start the DevTools server.
   * Unordered List ItemOpen a web browser and navigate to the URL provided in the terminal (usually http://127.0.0.1:9100).   * Unordered List ItemOpen a web browser and navigate to the URL provided in the terminal (usually http://127.0.0.1:9100).
 +
 +
 +**Video to understand dev tool and how to interpret results** :https://youtu.be/_EYk-E29edo?si=jxWA08iRKVHWwvhi
 +
  
 **Measurements** **Measurements**