Curt Weber
Curt Weber
## Steps to Reproduce 1. Execute `flutter run` on the code sample 2. Long press on the marker to begin dragging **Expected results:** Marker is not offset from the cursor...
### Steps to reproduce 1. Run a performance test using: https://docs.flutter.dev/cookbook/testing/integration/profiling 2. Save the results 3. Notice that the frame count is low Suggest in the documentation that `--endless-trace-buffer` or...
StreamGroup [close](https://api.flutter.dev/flutter/async/StreamGroup/close.html) documentation states that it will close when streams in the group close, but this doesn't appear to be the case: ``` import 'dart:async'; import 'package:async/async.dart'; Future main() async...
**Description** At [Git::reachable](https://github.com/VeryGoodOpenSource/very_good_cli/blob/b95fa32a1349126c5606c49a6a5b19d63d47e5e0/lib/src/cli/git_cli.dart#L31) when checking the `ls-remote` it doesn't pass `--get-url` which can be useful with git config overrides (such as `insteadOf`). **Steps To Reproduce** 1. Add a rewrite: `git...