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