fixed api

This commit is contained in:
kicap1992
2022-06-29 22:50:13 +08:00
parent 70b9a9a04b
commit a6c69c1164
23 changed files with 1748 additions and 778 deletions

View File

@ -4,6 +4,7 @@ import 'dart:developer';
import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:kurir/controller/after_login/kurir/logKirimanController.dart';
import 'package:socket_io_client/socket_io_client.dart';
@ -38,6 +39,15 @@ class KurirIndexController extends GetxController {
// Get.put(PengaturanKurirController());
break;
case 2:
final ctrl = Get.put<LogKirimanControllerKurir>(
LogKirimanControllerKurir(),
);
ctrl.onInit();
// Get.put(PengaturanKurirController());
break;
default:
}