A powerful University Management System Admin Panel designed for desktop platforms, built with Flutter for a seamless and responsive user experience. The backend is powered by Supabase, providing secure, real-time data management and user authentication.
- 🖥️ Desktop-Optimized: Designed specifically for desktop platforms (Windows).
- 📋 Manage Students & Staff: Effortlessly handle student and staff records.
- 📚 Course & Department Administration: Simplify academic program and department management.
- 🔒 Secure Authentication: Built-in user authentication powered by Supabase.
- 📈 Real-Time Data Updates: Dynamic synchronization for live updates across the system.
- Frontend: Flutter (Desktop)
- Backend: Supabase (PostgreSQL, Authentication, Storage)
- Clone this repository.
git clone https://github.com/your-username/univercity_management_system_admin.git
- Set up your Flutter environment for desktop development. Flutter installation guide
- Configure your Supabase project and credentials in the app.
- Run the application using:
Replace
flutter run -d <platform>
<platform>
with your target OS (e.g.,windows
).
Contributions are welcome! If you encounter issues or have ideas for improvement, feel free to:
- Submit an issue.
- Create a pull request.
Let's make this project even better together! 🚀