refactors on codes

This commit is contained in:
amirrezaghabeli
2025-09-18 10:27:16 +03:30
parent 1242252b25
commit 5689e98a43
18 changed files with 857 additions and 871 deletions
@@ -1,7 +1,6 @@
import 'package:dotted_border/dotted_border.dart';
import 'package:flutter/material.dart';
import 'package:flutter_svg/svg.dart';
import 'package:go_router/go_router.dart';
import 'package:provider/provider.dart';
import 'package:tm_app/core/constants/assets.dart';
import 'package:tm_app/core/theme/colors.dart';
@@ -11,6 +10,7 @@ import 'package:tm_app/views/final_completion_of_documents/strings/final_complet
import 'package:tm_app/views/final_completion_of_documents/widgets/comment_box.dart';
import 'package:tm_app/views/login/widgets/widgets.dart';
import 'package:tm_app/views/shared/desktop_navigation_widget.dart';
import 'package:tm_app/views/shared/tablet_desktop_appbar.dart';
import '../../shared/main_drop_down.dart';
@@ -33,27 +33,13 @@ class FinalCompletionOfDocumentsScreen extends StatelessWidget {
child: SingleChildScrollView(
child: Column(
children: [
Row(
children: [
InkWell(
borderRadius: BorderRadius.circular(12),
onTap: () => context.pop(),
child: SvgPicture.asset(
AssetsManager.arrowLeft,
),
),
const SizedBox(width: 8.0),
Text(
const TabletDesktopAppbar(
title:
FinalCompletionOfDocumentsStrings
.completionOfDocuments,
style: TextStyle(
fontSize: 20.0,
fontWeight: FontWeight.bold,
color: AppColors.grey70,
),
),
],
),
SizedBox(height: 32.0.h()),
const SizedBox(height: 32.0),
const CommentBox(),
const SizedBox(height: 32.0),