A sleek and modern Flutter application designed to display educational course content with a clean UI and reusable components. This app showcases horizontal course categories, a detailed course view with an image header, and user-friendly navigation. It is ideal for developers learning UI design principles in Flutter.
- Horizontal scrollable list of course categories
- Detailed course screen with:
- Image banner
- Title and description
- Back button over the image
- Reusable UI components (Button, Separator)
- Responsive layout
- Clean and structured project architecture
- Clone the repository
git clone https://github.com/Asam237/flutter-course-app
cd flutter-course-app- Install dependencies
flutter pub get
Run the appflutter run- 📦 Assets Declare assets in your pubspec.yaml:
flutter:
assets:
- assets/pictures/
Make sure the images are correctly placed in the /assets/images/ folder.
- 🧱 Components CustomButton – A reusable styled button
CSeparator – A vertical space widget
CourseDetail – Shows image, title, description, and "Next" button
HomeScreen – Displays categories and allows navigation to course details
- Abba Sali Aboubakar Mamate (@asam_237)
- Mon site web: https://abbasali.cm
- Email: abbasaliaboubakar@gmail.com
- Mobile: (+237) 691846922





