This commit is contained in:
Dwi Swandhana
2026-07-22 16:36:21 +07:00
parent 213270ede1
commit 9cc78b23e0
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -30,14 +30,14 @@ part '../widgets/common_widgets.dart';
const String kAppShortName = 'MyLIS';
const String kAppLongName =
'Mikrobiology Laboratory Information System (MyLIS)';
'Mikrobiology Laboratory Information System';
const String kHospitalName = 'Rumah Sakit Umum Daerah Dr. Saiful Anwar';
const String kAppLogoAsset = 'assets/branding/logo.png';
const String kHospitalLogoAsset = 'assets/branding/logo_rssa.png';
const String kDefaultBaseUrl = String.fromEnvironment(
'LIS_BASE_URL',
defaultValue: 'https://lis.swandhana.test/',
defaultValue: 'http://10.10.123.218',
);
class MyLisApp extends StatelessWidget {
+3 -3
View File
@@ -188,7 +188,7 @@ class _LoginScreenState extends State<LoginScreen> {
textInputAction: TextInputAction.next,
decoration: InputDecoration(
prefixIcon: const Icon(Icons.link),
labelText: 'URL Laravel',
labelText: 'IP Server',
border: const OutlineInputBorder(),
suffixIcon: IconButton(
tooltip: 'Ping server',
@@ -277,7 +277,7 @@ class _LoginScreenState extends State<LoginScreen> {
),
const SizedBox(height: 18),
Text(
'Default: $kDefaultBaseUrl',
'Duidev Software House | CV Swandhana',
textAlign: TextAlign.center,
style: Theme.of(
context,
@@ -285,7 +285,7 @@ class _LoginScreenState extends State<LoginScreen> {
),
const SizedBox(height: 18),
Text(
'Pembuat aplikasi: Duidev Software House | CV Swandhana Copyright @ 2026',
'Copyright @ 2026',
textAlign: TextAlign.center,
style: Theme.of(context).textTheme.bodySmall?.copyWith(
color: Colors.black54,