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.
Miguel Beltran
6dc8abefd2
|
1 month ago | |
---|---|---|
.. | ||
android | 3 months ago | |
assets | 2 months ago | |
integration_test | 2 months ago | |
ios | 3 months ago | |
lib | 1 month ago | |
linux | 3 months ago | |
macos | 2 months ago | |
test | 1 month ago | |
testing | 1 month ago | |
web | 4 months ago | |
windows | 3 months ago | |
.gitignore | 2 months ago | |
.metadata | 4 months ago | |
README.md | 3 months ago | |
analysis_options.yaml | 4 months ago | |
devtools_options.yaml | 4 months ago | |
pubspec.yaml | 2 months 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