Damilola Alimi
Damilola Alimi
This issue still persists on the latest `master` and `stable` channels. Code: https://dartpad.dev/?id=ceb704408119b088368e6db1b4d4a350
Thanks for your response @tillulen. Per your last https://github.com/dart-lang/site-www/issues/5401#issuecomment-1858766799, do you mean the explanations are quite clear or is there any other thing you would like to point out for...
Hi @izzabellerina. Thanks for filing this issue. Can you upgrade to the latest versions of flutter to confirm if this issue persists? If it does, kindly provide a [minimal complete...
Hi @izzabellerina. Thanks for the information. I can see the difference in the behaviour from the two videos provided. However, for this issue to be workable we'd need a [minimal...
Hi @izzabellerina. Thanks for your patience and the detailed explanation. I am able to reproduce this issue on the latest `master` and `stable` channels. On iOS both with Impeller and...
Hi @Scerbelo12. Thanks for filing this. flutter_slidable is a community package. Can you also provide reorderablelistview example and also try using [IgnorePointer class](https://api.flutter.dev/flutter/widgets/IgnorePointer-class.html) if it helps in your use case?
Hi @pandoras-toolbox. Thanks for filing this issue. Can you share the content of your `app_test.dart` in your `integration_test` folder? Few suggestions: - Try adding `await binding.convertFlutterSurfaceToImage();` after first instance of...
Hi @pandoras-toolbox. You can create a separate minimal code sample that produces the issue and share here.
Hi @pandoras-toolbox. Thanks for your response. I am able to reproduce this issue on the latest `master` and `stable` channels. When the test is run on a mobile device, the...
Yes, observed this as well. Thanks for your response. Video https://github.com/flutter/flutter/assets/53122008/4d1a3915-1546-4334-b726-78bbfff5c28f Code Samples app_test.dart ```dart import 'package:flutter_test/flutter_test.dart'; import 'package:integration_test/integration_test.dart'; import 'package:counter_app/main.dart'; void main() { final binding = IntegrationTestWidgetsFlutterBinding.ensureInitialized(); group('end-to-end test',...