Paulo Cesar Breim (PCB)

Results 11 issues of Paulo Cesar Breim (PCB)

Can you fix this problem? 16 mounth without any update is very bad. The plugin `flutter_webview_plugin` uses a deprecated version of the Android embedding. To avoid unexpected runtime failures, or...

discussion

UNFORTUNATELY THIS LIB HAS BEEN ABANDONED BY THE AUTHOR. IT'S ONE MORE PEOPLE WHO DOES THINGS WITH THE OBJECTIVE OF BECOMING POPULAR AND WITH THIS RIDICULOUS ATTITUDE HARMFUL TO MANY...

he plugin `flutter_webview_plugin` uses a deprecated version of the Android embedding. To avoid unexpected runtime failures, or future build failures, try to see if this plugin supports the Android V2...

I am trying to run the example showed in the lib and I am getting the follow error. ![Screenshot_20231001_165431](https://github.com/altera2015/usbserial/assets/381594/7ab217a3-cdd7-4a89-a2ea-953ad462b4ac) What is wrong? tks

Here is my code: HttpServer.bind(InternetAddress.anyIPv4, port).then((server) { print('Servindo em ${server.address}:${server.port}'); server.listen((HttpRequest request) { handleGetRequest(request); // check de URL request.response ..close(); }); }); I don't know why, but some times, the...

animate: _speechToText.isListening, glowRadiusFactor: 75.0, duration: const Duration(milliseconds: 1000), glowColor: Color.fromRGBO(0x3a, 0x4f, 0x62, 1), repeatPauseDuration: const Duration(milliseconds: 100), repeat: true, child: FloatingActionButton( onPressed: () { _speechToText.isNotListening ? _startListening() : _stopListening(); },...

**The person who made this package is called "BestBurning" and is a complete idiot because he simply abandoned the package and no longer maintains it. Google, on the other hand,...

The problem below must be related to Gradle 8. I only use one line in my code: String? deviceId = await PlatformDeviceId.getDeviceId; If I remove the lib from my app,...

I have a telegram bot in dart and I use the function teledart.onMessage().listen((message) async { checkmessage(message); }); And when someone sends a pdf file, for example, through up to 1...

bug

The image below shows a search that was performed, and as a result we have 1 single item with 10 occurrences. This same search was placed in a bookmark with...

enhancement