ppm improvements-1.

main_design2.1
Sikander Saleem 1 year ago
parent 3cb97923c2
commit 7b18dc3c57

@ -41,10 +41,10 @@ class RequestItemViewList extends StatelessWidget {
? PpmItemView(list[index])
: isAssetTransfer
? AssetItemView(list[index])
: Container(
: const SizedBox(
height: 100,
width: double.infinity,
color: Colors.grey,
// color: Colors.transparent,
);
},
separatorBuilder: (cxt, index) => 8.height,

@ -25,7 +25,7 @@ class _PentryPMChecklistFormState extends State<PentryPMChecklistForm> {
@override
Widget build(BuildContext context) {
final list = widget.models?? [];//.where((element) => element.task != null)?.toList();
final list = widget.models?? [];
return (list?.isEmpty ?? true)
? context.translation.noDataFound.heading5(context).center
: ListView.builder(

@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.2.3+10
version: 1.2.4+11
environment:
sdk: ">=2.7.0 <3.0.0"

Loading…
Cancel
Save