A simple Flutter application that allows users to select a university and input a major. Based on the selection, it displays the price per credit and the instructors for that major at the selected university.
- Dropdown menu to select a university.
- Text input for entering the major.
- Displays:
- Price per credit for the entered major.
- Instructor names for that major.
- LIU (Lebanese International University)
- LAU (Lebanese American University)
- AUB (American University of Beirut)
- AU (Arts & Science University)
- LU (Lebanese University)
- LUA (Lebanese Universal Academy)
- Computer Science
- Computer Engineering
- Pharmacy
- Marketing
- Economics
- Industrial Engineering
- Management Information Systems
- ...and more
✅ Case-insensitive major search. ❌ Displays a message if the major is not found for the selected university.
- Flutter
- Dart
- Flutter SDK
- Dart
- Android Studio / VS Code
flutter pub get
flutter run
main.dart
: Contains all the logic for the UI and functionality.- Uses simple
Map<String, String>
andMap<String, Map<String, String>>
to simulate a data source for credits and instructors.
- Replace hardcoded data with a backend or database.
- Add auto-suggestions for major names.
- Improve UI design with better styling and validation.
#important notes -there is two coding files with .dart extensions unicard-noData : you can install and run it on your device but without a connection data university: is a credit [rice app but with database connected with jason
- Developed by Rayan Tlais