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

05-08-2025 By Sai Srinivas

Finance Test cases and Order Module - List and Details.
parent 402026c6
...@@ -670,6 +670,14 @@ packages: ...@@ -670,6 +670,14 @@ packages:
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "4.0.0+4" version: "4.0.0+4"
flutter_slidable:
dependency: "direct main"
description:
name: flutter_slidable
sha256: ab7dbb16f783307c9d7762ede2593ce32c220ba2ba0fd540a3db8e9a3acba71a
url: "https://pub.dev"
source: hosted
version: "4.0.0"
flutter_staggered_grid_view: flutter_staggered_grid_view:
dependency: "direct main" dependency: "direct main"
description: description:
......
...@@ -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.95+101 version: 1.0.95+102
environment: environment:
sdk: ^3.7.2 sdk: ^3.7.2
...@@ -84,6 +84,7 @@ dependencies: ...@@ -84,6 +84,7 @@ dependencies:
app_settings: ^6.1.1 app_settings: ^6.1.1
flutter_staggered_grid_view: ^0.7.0 flutter_staggered_grid_view: ^0.7.0
dotted_line: ^3.2.3 dotted_line: ^3.2.3
flutter_slidable: ^4.0.0
dev_dependencies: dev_dependencies:
flutter_test: flutter_test:
...@@ -120,6 +121,7 @@ flutter: ...@@ -120,6 +121,7 @@ flutter:
- assets/svg/attendance/ - assets/svg/attendance/
- assets/svg/service/ - assets/svg/service/
- assets/svg/crm/ - assets/svg/crm/
- assets/svg/order/
# An image asset can refer to one or more resolution-specific "variants", see # An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/to/resolution-aware-images # https://flutter.dev/to/resolution-aware-images
......
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