-
## Steps to reproduce
1. Clone the [bartekpacia/flutter_integration_test_duration_bug](https://github.com/bartekpacia/flutter_integration_test_groups_bug) repository. This is a default counter app …
-
I am listen Navigetor navigatorObservers and when user exist form some screens I want to show modal popup. I call showModalBottomSheet inside MyRouteObserver.didPop method and have error.
**Targe…
-
## Details
There seems to be an issue when drawing to a Canvas with Paths which have sub-paths added by `Path.addPath()`. The problem manifests in the Raster thread. I originally found the i…
-
github内の【NCMBログインAndroidサンプル】をダウンロードし、androidatudio内でkotlin仕様に変換して使おうとしたのですが、タイトルに記載した通りになり、アカウント作成ができなくて困っております、、、
元のコードのあるURL
https://github.com/NIFCloud-mbaas/android_login_demo
変換した…
-
## Command
```
flutter run -d chrome --web-renderer html
```
## Steps to Reproduce
1. ...
2. ...
3. ...
## Logs
FileSystemException: Exists failed, OS Error: The filename, directory name…
-
## Steps to Reproduce
1. Paste the code sample below into dartpad.dev
2. Type some text in the text field
3. Hit enter/return on your keyboard
4. Observe that the print statement is logg…
-
Assume we have flutter app with files like this:
**errors.dart:**
```
class ValidationError {
final String? name;
final String? feedback;
final String? severity;
ValidationError(…
-
### 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/…
-
Es deseable contar con un sistema de integración continua.
-
## Steps to Reproduce
When using the `startImageStream` method on the `CameraController` from the camera plugin I am noticing some behavioural differences between iOS and android.
*Devices used …