Skip to content

Commit

Permalink
fix: flutter anlayze command fail
Browse files Browse the repository at this point in the history
  • Loading branch information
murtazahussain108 committed Sep 12, 2024
1 parent 7105c4e commit 92cb3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/view/api_detail_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ class _RequestTab extends StatelessWidget {
onPreviewPressed: onShufflePreview,
onCopyCurlPressed: () {
_cURLRepresentation(apiResponse);
}),
},),
),
Expanded(
child: SingleChildScrollView(
Expand Down

0 comments on commit 92cb3e8

Please sign in to comment.