11. Flutter - Shortcuts and Tips

Action Menu:

Left clicking on a widget will display a lightbulb.

Click lightbulb to show actions. Can use to move widget or add things to it.


Flutter Outline Menu:

Right side of Android Studio. It is a tab and does similar stuff like Action Menu when Right Clicking a Widget.

It summarizes and shows the widget in a tree-like structure. Left clicking will go to that widget.




Comments

Popular posts from this blog

2. FreeCodeCamp - Dynamic Programming - Learn to Solve Algorithmic Problems & Coding Challenges

20. Data Analytics - Analyze Data to Answer Questions - Week 1

3. Algorithms - Selection Sort