A modern mobile app built using Flutter for managing a coaching center named Success Academy. The app provides features for students to check class schedules, view top teachers, make payments, and get notified — all from a sleek mobile UI.
| Home Screen | Teachers | Schedule | Payment | Profile |
|---|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
![]() |
-
🏠 Home Screen with:
- Image slider
- Featured teachers section
- Top classes list
- Quick access buttons (Schedule, Payment, Notices)
-
📆 Class Schedule
-
👨🏫 Teachers List
-
💳 Monthly Payment System (UI only/test)
-
🔔 Notices
-
🙍 Student Profile
lib/
├── components/ # Reusable widgets like top bar, bottom nav, image slider
├── screens/
│ ├── HomeScreen.dart
│ ├── PaymentScreen.dart
│ ├── ProfileScreen.dart
│ ├── ScheduleScreen.dart
│ ├── TeachersScreen.dart
│ └── subscreens/
│ └── NoticesScreen.dart
├── MainScreen.dart # Navigation and screen switching
└── main.dart # Entry point
- Flutter 💙
- Dart
- Material Design
- Clone the repo
git clone https://github.com/yourusername/success_academy_app.git
cd success_academy_app- Install dependencies
flutter pub get- Run the app
flutter run- Add Firebase Auth / Login
- Add real-time payment integration
- Store notices and class data in backend
- Teacher profile screens
Tanvir Ahmed Chowdhury
📧 [tanvirchy269@gmail.com]
🔗 GitHub | LinkedIn
Give a ⭐️ if you like this project!




