Florian Sabaté

Results 4 issues of Florian Sabaté

### Steps to reproduce Use the numeric keypad with any EditableText widget ### Expected results Numbers should be correctly entered in the field, instead an error is thrown. This only...

a: text input
c: regression
engine
platform-web
platform-linux
P3
team-web

### Platform Web ### Plugin package_info_plus ### Version 8.0.0 ### Flutter SDK 3.22.1 stable ### Steps to reproduce Use the packageInfoPlus package in any web app that you compile in...

bug
triage

../../../../../../.pub-cache/hosted/pub.dev/vector_graphics_compiler-1.1.11+1/lib/src/svg/_tessellator_ffi.dart:6:1: Error: 'dart:ffi' can't be imported when compiling to Wasm. import 'dart:ffi' as ffi;

While running a Flutter Web app build in WASM, I get this runtime error: 'Error connecting: Unsupported operation: Socket constructor'. Working fine in javascript, I'm using gRPC web of course....