update mitra ibl
This commit is contained in:
@@ -262,7 +262,7 @@ class Constant {
|
||||
prt = "https://";
|
||||
}
|
||||
|
||||
// baseUrl = "$protocol//devbandungraya.aplikasi.web.id/one-api/one_mitra/";
|
||||
// baseUrl = "$protocol//10.9.20.30/one-api/one_mitra/";
|
||||
// ipAddress = "devbandungraya.aplikasi.web.id";
|
||||
// protocol = protocol;
|
||||
baseUrl = "$protocol//$text/one-api/one_mitra/";
|
||||
|
||||
@@ -102,7 +102,7 @@ class MyApp extends StatelessWidget {
|
||||
buttonColor: Constant.primaryRed,
|
||||
),
|
||||
cardColor: Colors.white,
|
||||
cardTheme: CardTheme(color: Colors.white),
|
||||
cardTheme: CardThemeData(color: Colors.white),
|
||||
datePickerTheme: DatePickerThemeData(
|
||||
locale: Locale("id", 'ID'),
|
||||
backgroundColor: Colors.white,
|
||||
|
||||
@@ -12,7 +12,7 @@ class LoginScreen extends StatelessWidget {
|
||||
children: [
|
||||
//image
|
||||
Image.asset(
|
||||
"images/pramita_login.png",
|
||||
"images/ibl_login.png",
|
||||
fit: BoxFit.fill,
|
||||
width: Constant.getActualX(context: context, x: 1440),
|
||||
height: Constant.getActualY(context: context, y: 1024),
|
||||
|
||||
@@ -24,6 +24,7 @@ class DialogPendaftaranPasien extends HookConsumerWidget {
|
||||
return Padding(
|
||||
padding: const EdgeInsets.symmetric(horizontal: 40),
|
||||
child: SimpleDialog(
|
||||
backgroundColor: Color(0xFFFFF8F7),
|
||||
shape: const RoundedRectangleBorder(
|
||||
borderRadius: BorderRadius.all(Radius.circular(12))),
|
||||
contentPadding: const EdgeInsets.all(40.0),
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import 'package:flutter/material.dart';
|
||||
import 'dart:html';
|
||||
import 'dart:ui' as ui;
|
||||
import 'dart:ui_web' as ui;
|
||||
|
||||
class IframeView extends StatefulWidget {
|
||||
final String source;
|
||||
|
||||
@@ -37,7 +37,7 @@ class SideMenu extends HookConsumerWidget {
|
||||
left: 24, right: 24, top: 12, bottom: 12),
|
||||
child: Row(
|
||||
children: [
|
||||
Image.asset('images/logo_pramita.png',
|
||||
Image.asset('images/logo_ibl.png',
|
||||
width: Constant.getActualX(
|
||||
context: context, x: 147),
|
||||
height: Constant.getActualY(
|
||||
|
||||
Reference in New Issue
Block a user