This project serves as the admin and manager portal for the Zalo UTE application, built using Flutter. The portal provides various management features and functionalities for administrators and managers. For the backend API repository that supports the portal, refer to the link below:
API Repository: Zalo UTE API
To install the dependencies for the project, run the following command:
flutter pub get
- Open the file located at
lib/core/constants.dart
- Update the remoteUrl variable to point to your API's URL.
Example:
static const String remoteUrl = 'http://localhost:7979';
Run the folowing command
flutter run
Then, select the connected device on which you want to run the app.