step 11 : play and pause rekaman dan slicing edit screen
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter/services.dart';
|
||||
import 'package:fluttervoice2text/app/route.dart';
|
||||
import 'package:hooks_riverpod/hooks_riverpod.dart';
|
||||
import '../../model/edit_voice_to_text_model.dart';
|
||||
import '../../model/voice_to_text_model.dart';
|
||||
@@ -62,9 +63,9 @@ class CardRiwayatRekaman extends HookConsumerWidget {
|
||||
Voice2text_Updated: data.Voice2text_Updated,
|
||||
Voice2text_User_ID: data.Voice2text_User_ID,
|
||||
);
|
||||
// Navigator.of(context).pushNamed(
|
||||
// editRekamanRoute,
|
||||
// );
|
||||
Navigator.of(context).pushNamed(
|
||||
editRekamRoute,
|
||||
);
|
||||
},
|
||||
child: Icon(
|
||||
Icons.edit,
|
||||
|
||||
Reference in New Issue
Block a user