update new features and flutter 3.13

This commit is contained in:
Mohamed Nouffer
2023-09-04 22:46:53 +05:30
parent 2ab96cc3d0
commit 3f157d7ddf
22 changed files with 2160 additions and 1703 deletions

File diff suppressed because it is too large Load Diff

View File

@ -369,7 +369,7 @@ class BottomSheetWidget extends StatelessWidget {
],
),
),
Row(
const Row(
children: [
SizedBox(height: 60.0,),
],

View File

@ -113,7 +113,7 @@ class DestinationWidget extends StatelessWidget {
buttonColor: Colors.white,
barrierDismissible: false,
radius: 10,
content: Column(
content: const Column(
children: [
],
),