Commit a433e173 authored by Sai Srinivas's avatar Sai Srinivas
Browse files

05-07-2025 By Sai Srinivas

Pubspec
parent 379460f6
...@@ -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);
......
...@@ -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(
......
...@@ -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.90+94 version: 1.0.91+95
environment: environment:
sdk: ^3.7.2 sdk: ^3.7.2
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment