A Flutter application for browsing and viewing design courses.
The app includes two main screens:
- Home Screen - Browse courses by category
- Course Detail Screen - View detailed information about a specific course
- Browse courses by category (UI/UX, Coding, Basic UI)
- Search functionality
- Course details with ratings, price, and description
- Favorite courses
- Join courses
- Flutter SDK (latest version)
- Dart SDK (latest version)
- Android Studio / VS Code with Flutter extensions
- Clone this repository
- Navigate to the project directory
- Run
flutter pub getto install dependencies - Run
flutter runto start the app
lib/models/- Data modelslib/screens/- App screenslib/widgets/- Reusable UI componentslib/utils/- Utility classes and constants
The app follows a clean, modern design with a focus on usability and aesthetics. The color scheme is primarily blue with white backgrounds for good contrast.