Implementada la compresión y limpiado un poco el codigo de action_button

parent 498b1565
......@@ -7,3 +7,4 @@ export 'enlace.dart';
export 'formato.dart';
export 'lista_seleccionables.dart';
export 'perfil.dart';
export 'provider_ajustes.dart';
\ No newline at end of file
......@@ -83,7 +83,7 @@ class _ConVertexFabBarState extends State<ConVertexFabBar> {
tipoBoton: type,
manager: manager,
context: context,
disabled: !(widget.allowConversion) && type.isConvertir(),
disabled: !(widget.allowConversion) && type.isConvertir,
onSuccess: widget.onConvertSuccess,
providerAjustes: widget.providerAjustes,
);
......
......@@ -42,6 +42,7 @@ dependencies:
open_file: ^3.5.10
ffmpeg_kit_flutter_new: ^1.6.1
shared_preferences: ^2.5.3
archive: ^4.0.7
dev_dependencies:
flutter_test:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment