added request successful page and add animation for feedback of tenders

This commit is contained in:
amirrezaghabeli
2025-09-16 10:20:12 +03:30
parent 0cae444ae6
commit 74b0927434
6 changed files with 219 additions and 73 deletions
@@ -0,0 +1,5 @@
class RequestSuccessfulStrings {
static const String requestSuccessfulTitle =
'Your request has been successfully registered.';
static const String backToTendersButton = 'Back to Tenders';
}