-
Hello!
I have an issue when I'm trying to pick an image from a gallery. It pops out twice, the first time allowing me to chose an image, and after I've done that and pressed "Select" it instantly po…
-
## Steps to Reproduce
1. Run `flutter create bug`.
2. replace **main.dart** with following code:
```
import 'package:flutter/material.dart';
final Color darkBlue = Color.fromARGB(255, 18,…
-
### Description
In the following example, the `dismiss` dependency fails to dismiss the sheet when it is called from an effect that has been sent back into the store (for example, after saving stat…
-
### What happened?
This error was introduced after version 1.3.1 and doesn't occur in 1.3.0.
All targets specified in the `focused_targets` are certainly transitive dependencies of the targets liste…
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues)
- [X] I have read the [guide to filing a bug](https://flutter.dev/docs/…
-
### Steps to reproduce the behavior:
1. Create new iOS or macOS project with SwiftUI
2. Add package dependency to your project
3. Try build preview
4. See error:
**Expected behavior**
Previe…
-
Currently, we can't enable SwiftUI preview on tulsi using bazel build system.
I believe that it's available with some tricks like adding build phase 'Compile Sources' manages target swift sources a…
-
### Description
_Previously posted a [comment](https://github.com/actions/runner-images/issues/6199#issuecomment-1241465885) on another issue, moving this into it's own thread._
When I wrote the…
-
### Summary
I'm facing this crash `Thread 1: Fatal error: Address expected DataDict for entity, got Optional.
` whenever I try to access any object from a fragment generated through the initializer …
-
### Description
My SwiftUI Previews are not rendering in Xcode 14.2, TCA `0.47.2` and `0.48.0` and I get the following Diagnostics:
```
'send' is inaccessible due to '@_spi' protection level
-…