chore(repo): updated minimum supported SDK version to Flutter 3.7/Dart 2.19

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2023-07-11 18:46:12 +05:30
committed by xsahil03x
parent 14722cd39d
commit 6dc6fdc116
6 changed files with 100 additions and 47 deletions
@@ -208,7 +208,7 @@ class MessageInputFileAttachments extends StatelessWidget {
message: Message(), // dummy message
attachment: attachment,
constraints: BoxConstraints.loose(Size(
MediaQuery.sizeOf(context).width * 0.65,
MediaQuery.of(context).size.width * 0.65,
56,
)),
trailing: Padding(