Jorge Gomes
Jorge Gomes
I HAve this error when I do the action of pinch to zoom in on the view of PDF (PdfControllerPinch.calculatePageFitMatrix [pdf_controller_pinch.dart:54])
We have an erro to build with gradle 8.3: > Could not isolate value org.jetbrains.kotlin.gradle.plugin.statistics.BuildFlowService$Parameters_Decorated@14c90df3 of type BuildFlowService.Parameters > A problem occurred configuring project ':uni_links'. > Could not create an...
Project can compile because your library use navigation_builder pub-cache/hosted/pub.dev/navigation_builder-0.0.3/lib/src/rm_scaffold.dart:102:3: Error: Expected 0 type arguments. PersistentBottomSheetController showBottomSheet( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ../../../../.pub-cache/hosted/pub.dev/navigation_builder-0.0.3/lib/src/rm_scaffold.dart:124:29: Error: Expected 0 type arguments. final r = scaffoldState.showBottomSheet( ^ Unhandled exception:...
_This message has been updated to outline the most up-to-date information on this bug. The original comment is kept at the bottom_ When this bug was filed, Impeller on Android...
With dart:html i used this to download a file, `static void _downloadFile(List bytes, String fileNameWithExtension) { final html.Blob blob = html.Blob([bytes]); final String url = html.Url.createObjectUrlFromBlob(blob); final html.AnchorElement anchor =...
Context: The unavailable library 'dart:html' is imported through these packages: in this package uses the dart:HTML not valid to use with flutter web wasm
Steps to reproduce Build to WASM version Expected results build succesfully Actual results ../../../../.pub-cache/hosted/pub.dev/google_maps-7.1.0/lib/src/generated/google_maps_core.js.g.dart:26:8: Error: Dart library 'dart:web_gl' is not available on this platform. import 'dart:web_gl' show RenderingContext; ^ Context:...
This library has errors for WASM; package:fluttermoji => package:get => dart:HTML maybe the problem is from by the library get Context: The unavailable library 'dart:html'
When I try to run my code with vector graphics compiler in Flutter Web, the command always finishes with Exit and don't run the code
Due the problem of use the package Hive the implementation has errors in flutter wasm: scope: http://localhost:59521/botiga/ main.dart.mjs:19 UnimplementedError main.dart.mjs:19 at Error._throwWithCurrentStackTrace (http://localhost:59521/main.dart.wasm:wasm-function[1385]:0x3e9924) at BackendManager.open (http://localhost:59521/main.dart.wasm:wasm-function[21200]:0x5709c5) at HiveImpl._openBox inner (...