- Medic User App is for user and Medic doctor for doctrs panel
- These Applications are made with flutter
const String CHATBOT_URL="<CHAT BOAT URL>";
const String MAIN_API_URL="<MEDIC-REST-API-URL>/";
const String PREDICT_LIFE="<MEDIC-Prediction-API-URL>/";
const RAZOR_PAY_KEY="<RAZOOR_PAY_KEY>";
const String SERVER_URL = '<Server URL>';
- To run this Install Flutter click here to get started with Flutter
- After installation Run this Commands:
flutter pub get
flutter run