feat : farms in poultry science

This commit is contained in:
2025-09-13 11:36:44 +03:30
parent 629f5d2269
commit bf31f4f149
13 changed files with 3023 additions and 4 deletions

View File

@@ -1,7 +1,6 @@
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:rasadyar_core/core.dart';
import 'package:rasadyar_core/data/model/pagination_model/pagination_model.dart';
enum ListType { builder, separated }
@@ -72,6 +71,8 @@ class RPaginatedListView<T> extends StatelessWidget {
},
child: RefreshIndicator(
color: AppColor.blueNormal,
triggerMode: RefreshIndicatorTriggerMode.anywhere,
onRefresh: onRefresh ?? () async {},
child: listType == ListType.separated
? ListView.separated(