diff --git a/lib/components/templates_components/card_item_template_component/card_item_template_component_widget.dart b/lib/components/templates_components/card_item_template_component/card_item_template_component_widget.dart index dbc1d87e..f7709133 100644 --- a/lib/components/templates_components/card_item_template_component/card_item_template_component_widget.dart +++ b/lib/components/templates_components/card_item_template_component/card_item_template_component_widget.dart @@ -1,15 +1,14 @@ import 'dart:collection'; -import 'dart:developer'; -import 'package:auto_size_text/auto_size_text.dart'; - -import '/flutter_flow/flutter_flow_theme.dart'; -import '/flutter_flow/flutter_flow_util.dart'; import 'package:cached_network_image/cached_network_image.dart'; import 'package:flutter/material.dart'; import 'package:google_fonts/google_fonts.dart'; import 'package:provider/provider.dart'; + +import '/flutter_flow/flutter_flow_theme.dart'; +import '/flutter_flow/flutter_flow_util.dart'; import 'card_item_template_component_model.dart'; + export 'card_item_template_component_model.dart'; /// @@ -160,7 +159,9 @@ class _CardItemTemplateComponentWidgetState .primaryText, ), ), - const SizedBox(width: 3.0), // Espaçamento entre o label e o valor + const SizedBox( + width: + 3.0), // Espaçamento entre o label e o valor Flexible( child: Text( value,