Basic Flutter Notes
Generated on: 17 May 2026
• Flutter uses Dart as its programming language.
• Widgets are the building blocks of Flutter UI.
• StatelessWidget is immutable.
• StatefulWidget can update dynamically.
• Hot Reload helps developers test changes quickly.
• [Link] manages dependencies.
• MaterialApp is commonly used as the root widget.
• Scaffold provides the basic app layout structure.
• Flutter supports both Android and iOS development.
• Packages can be added from [Link].