build: Update record package
This commit is contained in:
parent
5dfa4c132d
commit
991bba2535
5 changed files with 39 additions and 26 deletions
|
|
@ -626,7 +626,7 @@ class ChatController extends State<ChatPageWithRoom> {
|
|||
}
|
||||
}
|
||||
|
||||
if (await Record().hasPermission() == false) return;
|
||||
if (await AudioRecorder().hasPermission() == false) return;
|
||||
final result = await showDialog<RecordingResult>(
|
||||
context: context,
|
||||
useRootNavigator: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue