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

parent 498b1565
...@@ -6,4 +6,5 @@ export 'elemento_seleccionable.dart'; ...@@ -6,4 +6,5 @@ export 'elemento_seleccionable.dart';
export 'enlace.dart'; export 'enlace.dart';
export 'formato.dart'; export 'formato.dart';
export 'lista_seleccionables.dart'; export 'lista_seleccionables.dart';
export 'perfil.dart'; export 'perfil.dart';
\ No newline at end of file export 'provider_ajustes.dart';
\ No newline at end of file
...@@ -83,7 +83,7 @@ class _ConVertexFabBarState extends State<ConVertexFabBar> { ...@@ -83,7 +83,7 @@ class _ConVertexFabBarState extends State<ConVertexFabBar> {
tipoBoton: type, tipoBoton: type,
manager: manager, manager: manager,
context: context, context: context,
disabled: !(widget.allowConversion) && type.isConvertir(), disabled: !(widget.allowConversion) && type.isConvertir,
onSuccess: widget.onConvertSuccess, onSuccess: widget.onConvertSuccess,
providerAjustes: widget.providerAjustes, providerAjustes: widget.providerAjustes,
); );
......
...@@ -42,6 +42,7 @@ dependencies: ...@@ -42,6 +42,7 @@ dependencies:
open_file: ^3.5.10 open_file: ^3.5.10
ffmpeg_kit_flutter_new: ^1.6.1 ffmpeg_kit_flutter_new: ^1.6.1
shared_preferences: ^2.5.3 shared_preferences: ^2.5.3
archive: ^4.0.7
dev_dependencies: dev_dependencies:
flutter_test: 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