Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Rafa Castillo Passols
/
Prototipo-Multimedia
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
420968f4
authored
May 26, 2025
by
Rafa Castillo Passols
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Implementada la compresión y limpiado un poco el codigo de action_button
parent
498b1565
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
3 deletions
lib/modelo/modelo.dart
lib/widgets/action_button.dart
lib/widgets/convertex_fab_bar.dart
pubspec.yaml
lib/modelo/modelo.dart
View file @
420968f4
...
@@ -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
lib/widgets/action_button.dart
View file @
420968f4
This diff is collapsed.
Click to expand it.
lib/widgets/convertex_fab_bar.dart
View file @
420968f4
...
@@ -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
,
);
);
...
...
pubspec.yaml
View file @
420968f4
...
@@ -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
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment