HistorialScreen class
Pantalla del historial
Esta clase muestra los tiempos de una sesión de un tipo de cubo determinado. Se encuentra compuesta por:
- El header con la información sobre el tipo de cubo y la sesión que se está usando. Se ubica en la parte superior derecha.
- El contenedor para añadir un tiempo manualmente.
- Una lista de tarjetas que contiene los tiempos registrados para la sesión y cubo seleccionados.
También incluye un botón flotante que permite al usuario exportar y compartir los tiempos de la sesión:
- Iconos: Si el botón está cerrado, muestra el ícono de compartir. Si está abierto, muestra el ícono de cerrar.
- Acciones: Cuando se abre, se muestran opciones como:
- Download: Permite al usuario descargar el archivo PDF con los tiempos de la sesión.
- Otros: Muestra más opciones de compartir, que permite compartir el PDF en diferentes plataformas.
El floatingActionButton
esta manejado por el widget SpeedDial
.
- Inheritance
-
- Object
- DiagnosticableTree
- Widget
- StatefulWidget
- HistorialScreen
Constructors
- HistorialScreen({Key? key})
-
const
Properties
Methods
-
createElement(
) → StatefulElement -
Creates a StatefulElement to manage this widget's location in the tree.
inherited
-
createState(
) → State< HistorialScreen> -
Creates the mutable state for this widget at a given location in the tree.
override
-
debugDescribeChildren(
) → List< DiagnosticsNode> -
Returns a list of DiagnosticsNode objects describing this node's
children.
inherited
-
debugFillProperties(
DiagnosticPropertiesBuilder properties) → void -
Add additional properties associated with the node.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toDiagnosticsNode(
{String? name, DiagnosticsTreeStyle? style}) → DiagnosticsNode -
Returns a debug representation of the object that is used by debugging
tools and by DiagnosticsNode.toStringDeep.
inherited
-
toString(
{DiagnosticLevel minLevel = DiagnosticLevel.info}) → String -
A string representation of this object.
inherited
-
toStringDeep(
{String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug, int wrapWidth = 65}) → String -
Returns a string representation of this node and its descendants.
inherited
-
toStringShallow(
{String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) → String -
Returns a one-line detailed description of the object.
inherited
-
toStringShort(
) → String -
A short, textual description of this widget.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited