
Ciela
No recomendado
Verificado
Verificación en dos pasos activada
Verificado por Whatsapp
Verificado por Binance
- Precio
- $2 USD
- Formas de pago
- Binance
- Método de entrega
- Sin intermediario
- Plazo para pagar
- Máximo 1 día
- Plazo de entrega
- Máximo 1 día
- Comisiones
- No existen
hola, estoy actualziando una aplicacion a un cliente y esta hecha en flutter, ahora me da un error, quisiera alguien pueda ayudarme, me dice el precio.
este es el error que estoy recibiendo al correr flutter.
Insertar CODE, HTML o PHP:
lib/view/screens/html/html_viewer_screen.dart:72:44: Error: 'RenderContext' isn't a type.
onLinkTap: (String? url, RenderContext context, Map<String, String> attributes, element) {
^^^^^^^^^^^^^
lib/view/screens/html/html_viewer_screen.dart:70:21: Error: The method 'SelectableHtml' isn't defined for the class
'_HtmlViewerScreenState'.
- '_HtmlViewerScreenState' is from 'package:sixam_mart/view/screens/html/html_viewer_screen.dart'
('lib/view/screens/html/html_viewer_screen.dart').
Try correcting the name to the name of an existing method, or defining a method named 'SelectableHtml'.
) : SelectableHtml(
^^^^^^^^^^^^^^
lib/view/screens/location/widget/web_landing_page.dart:275:56: Error: 'RenderContext' isn't a type.
onLinkTap: (String? url, RenderContext context, Map<String, String> attributes, element) {
^^^^^^^^^^^^^
lib/view/screens/location/widget/web_landing_page.dart:275:42: Error: The argument type 'void Function(String?, invalid-type,
Map<String, String>, dynamic)' can't be assigned to the parameter type 'void Function(String?, Map<String, String>, Element?)?'.
- 'Map' is from 'dart:core'.
- 'Element' is from 'package:html/dom.dart' ('../../../../AppData/Local/Pub/Cache/hosted/pub.dev/html-0.15.4/lib/dom.dart').
onLinkTap: (String? url, RenderContext context, Map<String, String> attributes, element) {
^
Última edición: