mirror of https://github.com/flutter/samples.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
1 year ago | |
|---|---|---|
| .. | ||
| android | 1 year ago | |
| assets | 1 year ago | |
| integration_test | 1 year ago | |
| ios | 1 year ago | |
| lib | 1 year ago | |
| linux | 1 year ago | |
| macos | 1 year ago | |
| test | 1 year ago | |
| testing | 1 year ago | |
| web | 1 year ago | |
| windows | 1 year ago | |
| .gitignore | 1 year ago | |
| .metadata | 1 year ago | |
| README.md | 1 year ago | |
| analysis_options.yaml | 1 year ago | |
| devtools_options.yaml | 1 year ago | |
| pubspec.yaml | 1 year ago | |
README.md
compass_app
A new Flutter project.
Integration Tests
Run separately with:
Integration tests with local data
flutter test integration_test/app_local_data_test.dart
Integration tests with background server and remote data
flutter test integration_test/app_server_data_test.dart
Running the tests together with flutter test integration_test will fail.
See: https://github.com/flutter/flutter/issues/101031