update
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user