FIX_envurl
This commit is contained in:
parent
acf540fe1d
commit
ab55141a17
File diff suppressed because one or more lines are too long
@ -5,8 +5,8 @@ class Env {
|
||||
);
|
||||
static const String apiUrl = String.fromEnvironment(
|
||||
'API_URL',
|
||||
// defaultValue: 'https://partner.nhanceindia.in/partner_api/api/', /* Live build (enable index.html line 18) */
|
||||
defaultValue: 'https://venbait.in/nhance/partner/dev/api/', /* Test build (enable index.html line 19) */
|
||||
defaultValue: 'https://partner.nhanceindia.in/partner_api/api/', /* Live build (enable index.html line 18) */
|
||||
// defaultValue: 'https://venbait.in/nhance/partner/dev/api/', /* Test build (enable index.html line 19) */
|
||||
// defaultValue: 'http://localhost/nhance_partner_be/', /* localhost build (enable index.html line 19) */
|
||||
);
|
||||
// static const String baseUrl = String.fromEnvironment(
|
||||
|
||||
@ -879,7 +879,7 @@ class _SubRowWidgetState extends ConsumerState<SubRowWidget> {
|
||||
decoratorProps: DropDownDecoratorProps(
|
||||
decoration:
|
||||
AppInputDecorations.dropdownDecoration(
|
||||
label: "Select Staff Member **",
|
||||
label: "Select Staff Member",
|
||||
).copyWith(
|
||||
filled: true,
|
||||
fillColor:
|
||||
|
||||
@ -2183,7 +2183,6 @@ class _policyValidationState extends ConsumerState<policyValidation> {
|
||||
'Policy Number *',
|
||||
controllers['policyNumber']!,
|
||||
required: true,
|
||||
readOnly: true,
|
||||
// rightLabel: selectedInsurerName,
|
||||
),
|
||||
),
|
||||
@ -2640,7 +2639,6 @@ class _policyValidationState extends ConsumerState<policyValidation> {
|
||||
'Broker (as per Document) *',
|
||||
controllers['broker_name']!,
|
||||
required: true,
|
||||
readOnly: true,
|
||||
highlight: isMismatched, // 👈 Passes true/false to your _buildInput
|
||||
onChanged: (val) {
|
||||
_validateBrokerMatch();
|
||||
|
||||
@ -15,8 +15,8 @@
|
||||
the `--base-href` argument provided to `flutter build`.
|
||||
-->
|
||||
<!-- <base href="$FLUTTER_BASE_HREF">-->
|
||||
<!-- <base href="/partner/"> <!– Live build: also check env.dart (line 8) –>-->
|
||||
<base href="/nhance/partner/app/"> <!-- Testing build: also check env.dart (line 9) -->
|
||||
<base href="/partner/"> <!-- Live build: also check env.dart (line 8) -->
|
||||
<!--<base href="/nhance/partner/app/"> <!– Testing build: also check env.dart (line 9) –>-->
|
||||
|
||||
|
||||
<meta charset="UTF-8">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user