FIX_envurl

This commit is contained in:
sanjeev.p 2026-02-03 17:16:41 +05:30
parent acf540fe1d
commit ab55141a17
5 changed files with 6 additions and 8 deletions

File diff suppressed because one or more lines are too long

View File

@ -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(

View File

@ -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:

View File

@ -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();

View File

@ -15,8 +15,8 @@
the `--base-href` argument provided to `flutter build`.
-->
<!-- <base href="$FLUTTER_BASE_HREF">-->
<!-- <base href="/partner/"> &lt;!&ndash; Live build: also check env.dart (line 8) &ndash;&gt;-->
<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/"> &lt;!&ndash; Testing build: also check env.dart (line 9) &ndash;&gt;-->
<meta charset="UTF-8">