-
You say: "Place cod4x18.py file into your parsers directory"
**But where is the parser directory ?**
Please explain where to put the file in and or replace existing, isnt it needed to replace the …
-
## Steps to Reproduce
1. Clone https://github.com/flutter/gallery.
2. In the main.dart file change the GalleryApp with the app class bellow (it just wraps the `MaterialApp` with `InteractiveViewer…
-
*Affected Flutter versions:*
2.5.3 as well as 2.8.1 (probably more, I only tested with those two versions)
*Steps to reproduce:*
1. `flutter create myapp`
2. `cd myapp`
3. create file _test/dem…
-
Hi,
I am getting error as:
`'package:dots_indicator/src/dots_indicator.dart': Failed assertion: line 31 pos 16: 'dotsCount != null && dotsCount > 0': is not true.`
In init state part I am gett…
-
Hello Flutter team,
I've encountered a possible bug when using the official `webview_flutter` plugin in an app I'm currently developing. When you focus a search field in the shown website you can't u…
-
It would be nice to be able to
1. periodically broadcast a series of messages to the console to all players
2. send a message to new (first connection or less than 5 connections) players
The ra…
-
Found an issue dealing with Flutter core functionality: when the camera opens on iOS, then we face high memory usage. Please check the attached screenshot of the Xcode Instruments and a link to the ap…
-
## Steps to Reproduce
1. Create a web app and add a TextField, make it maxLines to 20.
2. Input texts and click from middle of it.
3. Start to drag from there *Vertically*.
4. The textfiel…
-
I'm attempting to use a compactlogix plc (1769-L24ER-QB1B) with the Node PCCC plugin.
I'm trying to understand how the routing should be configured. The PLC show itself in slot "0" but there is no …
jpomo updated
8 months ago
-
**Describe the bug**
`PatternValidator(RegExp(r".*"))` is a legal based on the method signature, but it doesn't work as expected.
`PatternValidator(RegExp(r".*")).isMatch("text")` returns `false`.…