3. 🗂️ Project Structure Overview
Key Directories:
lib/
: Main Dart codebaseutils/end_points.dart
: Environment switchingscreens/
: UI views and logic
ios/
: iOS app configurationandroid/
: Android app configuration
Adding Packages:
- Open
pubspec.yaml
. - Add desired dependencies under
dependencies:
. - Click
Pub get
.
Explore packages: pub.dev
Updated 5 days ago