How to handle scrolling in a widget test.
Release notes for Flutter for prior releases.
Learn more about the different types of testing and how to write them.
The integration test file consists of a Dart code file with dependencies on integration_test, flutter_test, and your app's Dart file. Open your integration_test/app ...
Learn how to install and set up the Flutter SDK manually.
Learn how to use the Flutter Widget Previewer to see your widgets render in real-time, separate from your full app.
1. Create an app that updates based on orientation 2. Create an orientation test group 3. Create a portrait orientation test 4. Create a landscape orientation test 5. Run the tests Complete example Cookbook chevron_right Testing chevron_right Widget chevron_right Test orientation Test orientation How to test if an app is in portrait or landscape mode.
A catalog of recipes for adding widget testing to your Flutter app.
How to implement a text field.