إصلاح توافق فلاتر مع Theme الجديد

This commit is contained in:
Hamza-Ayed
2026-07-26 11:36:26 +03:00
parent 3af99cc18a
commit 16feb51a75
4 changed files with 89415 additions and 88286 deletions
+1 -1
View File
@@ -37,6 +37,6 @@ _flutter.buildConfig = {"engineRevision":"6c0baaebf70e0148f485f27d5616b3d3382da7
_flutter.loader.load({
serviceWorkerSettings: {
serviceWorkerVersion: "1676594277" /* Flutter's service worker is deprecated and will be removed in a future Flutter release. */
serviceWorkerVersion: "4190023422" /* Flutter's service worker is deprecated and will be removed in a future Flutter release. */
}
});
File diff suppressed because one or more lines are too long
@@ -18,9 +18,6 @@ class DriversPendingPage extends StatelessWidget {
Widget build(BuildContext context) {
final cs = Theme.of(context).colorScheme;
controller.getDriversPending();
Log.print(
': ${X.r(X.r(X.r(box.read(BoxName.jwt), cn), cC), cs).toString().split(AppInformation.addd)[0]}');
return Scaffold(
backgroundColor: cs.surface,
body: Column(
@@ -29,12 +26,7 @@ class DriversPendingPage extends StatelessWidget {
Expanded(
child: GetBuilder<DriverController>(
id: 'drivers',
builder: (c) {
if (c.isLoading) {
return _buildLoadingState(cs);
}
if (c.drivers.isEmpty) {
builder: (c) { if (c.drivers.isEmpty) {
return _buildEmptyState(cs);
}