Skip to content

Commit

Permalink
update UI
Browse files Browse the repository at this point in the history
  • Loading branch information
mehranshoqi committed Apr 25, 2024
1 parent ef87894 commit efd416c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/voice_message_view.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import 'package:flutter/material.dart';
import 'package:flutter/widgets.dart';
import 'package:voice_message_package/src/helpers/play_status.dart';
import 'package:voice_message_package/src/helpers/utils.dart';
import 'package:voice_message_package/src/voice_controller.dart';
Expand Down Expand Up @@ -146,8 +147,7 @@ class VoiceMessageView extends StatelessWidget {
const SizedBox(width: 10),

/// slider & noises
Flexible(
fit: FlexFit.loose,
Expanded(
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Expand Down
1 change: 1 addition & 0 deletions lib/src/widgets/noises.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class Noises extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Row(
mainAxisSize: MainAxisSize.min,
mainAxisAlignment: MainAxisAlignment.spaceAround,
children: rList
.map(
Expand Down

0 comments on commit efd416c

Please sign in to comment.