web show notification when push notification is recieved

This commit is contained in:
amirrezaghabeli
2025-09-24 15:33:48 +03:30
parent 8a786b6ca4
commit 44b9e16a8d
6 changed files with 96 additions and 56 deletions
@@ -158,7 +158,7 @@ class _MainTendersSliderState extends State<MainTendersSlider> {
Widget _nextPreviousArrows({required bool isLtr}) {
return PositionedDirectional(
top: 607.0.h(),
top: 558.0.h(),
bottom: 52.0.h(),
start: 9.0.w(),
end: 9.0.w(),
+1 -1
View File
@@ -106,7 +106,7 @@ class TenderCard extends StatelessWidget {
],
),
),
SizedBox(height: isDesktop ? 20.0.h() : 72.0.h()),
SizedBox(height: isDesktop ? 20.0.h() : 52.0.h()),
if (!isDesktop) TenderActionButtonsRow(tender: tender),
],
);