-
I have a PDF ListView and a draggable element per PDF page.
**How when dragging that element vertically, the document list does not move along?**
**How to prevent events being passed through to par…
-
```dart
import 'package:flutter/material.dart';
void main() => runApp(MyApp());
void loop() {
while (true) {
/* Do nothing */
}
}
class MyApp extends StatelessWidget {
@overri…
-
I am writing tests for a mobile app. The same set of calls to `flutter_test` appear many times in the tests, so I factored them out into a function. Unfortunately, when an `expect` fails inside this…
-
It's the same behavior like described [here](https://github.com/flutter/flutter/issues/21384)
Run the app and try to input some text, then click outside the text input field.
Code lives in "greet…
-
### What package does this bug report belong to?
pigeon
### What target platforms are you seeing this bug on?
Android
### Have you already upgraded your packages?
Yes
### Dependency versions
pu…
-
Hello Guys,
I am getting following issue onwindows when trying to run app.
NUGET.EXE not found.
CMake Error at flutter/ephemeral/.plugin_symlinks/quick_blue_windows/windows/CMakeLists.txt:10 …
-
**Before reporting a bug, please test the beta branch!**
(beta branch has no changes to master at the time I'm reporting this)
## Bug description
I have a GraphQL schema split into multiple files…
-
## Steps to Reproduce
Calling `TabController.animateTo` with a duration and curve doesn't affect the behavior of the `TabBarView` animation. Although it's correctly affecting the behavior of the `Tab…
-
## Steps to Reproduce
### In the first page:
Put a TextField and an ElevatedButton inside an Hero widget inside a Scaffold widget.
### In the second page:
Put an ElevatedButton inside an Hero …
-
### What package does this bug report belong to?
go_router
### What target platforms are you seeing this bug on?
Android, iOS
### Steps to reproduce
Change go_router dependency from version…