Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sai Srinivas
GEN_ERP_2025
Commits
a433e173
Commit
a433e173
authored
Jul 05, 2025
by
Sai Srinivas
Browse files
05-07-2025 By Sai Srinivas
Pubspec
parent
379460f6
Changes
3
Hide whitespace changes
Inline
Side-by-side
lib/Notifiers/crmProvider/LeadListProvider.dart
View file @
a433e173
...
@@ -478,6 +478,7 @@ class Leadlistprovider extends ChangeNotifier {
...
@@ -478,6 +478,7 @@ class Leadlistprovider extends ChangeNotifier {
subLocID
,
subLocID
,
)
async
{
)
async
{
try
{
try
{
_isLoading
=
true
;
_crmLeadList
.
clear
();
_crmLeadList
.
clear
();
notifyListeners
();
notifyListeners
();
var
HomeProv
=
Provider
.
of
<
HomescreenNotifier
>(
context
,
listen:
false
);
var
HomeProv
=
Provider
.
of
<
HomescreenNotifier
>(
context
,
listen:
false
);
...
...
lib/screens/crm/LeadDetailsByMode.dart
View file @
a433e173
...
@@ -342,6 +342,7 @@ class _LeadDetailsByModeState extends State<LeadDetailsByMode> {
...
@@ -342,6 +342,7 @@ class _LeadDetailsByModeState extends State<LeadDetailsByMode> {
return
ListTile
(
return
ListTile
(
onTap:
()
{
onTap:
()
{
Navigator
.
pop
(
context
,
true
);
switch
(
index
)
{
switch
(
index
)
{
case
0
:
case
0
:
Navigator
.
push
(
Navigator
.
push
(
...
...
pubspec.yaml
View file @
a433e173
...
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
...
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
# of the product and file versions while build-number is used as the build suffix.
version
:
1.0.9
0
+9
4
version
:
1.0.9
1
+9
5
environment
:
environment
:
sdk
:
^3.7.2
sdk
:
^3.7.2
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment