-
Hey,
Great carousel, I am having a small issue and hope you can help me out.
Basically, when I put the Carousel inside a ListView, I get the following error, please let me know if you have seen…
-
```
dart --version
Dart SDK version: 3.1.5 (stable) (Tue Oct 24 04:57:17 2023 +0000) on "macos_arm64"
```
I'm using `build_runner: ^2.4.6`.
When I run `dart run build_runner build --delete-co…
-
getting all those errors which seems like a mismatch between the installed flutter version and the required one:
^^^^^^^
/sdks/flutter/packages/flutter/lib/src/rendering/proxy_box…
-
Hello,
flutterfire released a major update, 4 days ago. after updating firebase libs I got the error below:
```
[!] CocoaPods could not find compatible versions for pod "GTMSessionFetcher/Co…
-
### Steps to reproduce
1. Update Flutter to version 3.22.0.
2. Ensure .well-known/apple-app-site-association is correctly configured on the server.
3. Implement autofill hints in your Flutter app.
…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues.
### Which plugins are affected?
Core
### Which platforms are affected?
Web
### Description
Afte…
-
### Steps to reproduce
1. Copy code sample
2. Run
3. Click on items in the last column titled (Reversed with prefix)
4. Observe the next item below the clicked one being activated
### Expected re…
-
### Steps to reproduce
- Use a phone in landscape orientation (I use pixel 3a, simulator)
- Focus the first TextField
- Go to the next TextField with keyboard or click on the next TextField.
- Key…
-
Introduced by https://github.com/flutter/flutter/pull/147171
To repro run `flutter test test/widgets/sliver_tree_test.dart --dart-define LEAK_TRACKING=true`
To see creation call stack add to the…
-
### Steps to reproduce
Place ListTile widget inside Column with some widget above. Make the other widget change its height. Place this Column inside CustomScrollView.
### Expected results
ListTile …