3. 🗂️ Project Structure Overview

Key Directories:

  • lib/: Main Dart codebase
    • utils/end_points.dart: Environment switching
    • screens/: UI views and logic
  • ios/: iOS app configuration
  • android/: Android app configuration

Adding Packages:

  1. Open pubspec.yaml.
  2. Add desired dependencies under dependencies:.
  3. Click Pub get.

Explore packages: pub.dev