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.
samples/compass_app/app
Miguel Beltran 6dc8abefd2
fix: compass-app bug in dismissable homescreen item (#2449)
1 month ago
..
android [Compass App] Booking screen (#2380) 3 months ago
assets [Compass App] User name and profile picture (#2435) 2 months ago
integration_test [Compass App] User name and profile picture (#2435) 2 months ago
ios Compass App: Add "Activities", "Itinerary Config" and MVVM Commands (#2366) 3 months ago
lib fix: compass-app bug in dismissable homescreen item (#2449) 1 month ago
linux [Compass App] Booking screen (#2380) 3 months ago
macos [Compass App] Home screen with booking list (#2428) 2 months ago
test fix: compass-app bug in dismissable homescreen item (#2449) 1 month ago
testing add license header to test and server files 1 month ago
web Create compass-app first feature (#2342) 4 months ago
windows [Compass App] Booking screen (#2380) 3 months ago
.gitignore [Compass App] Cleanup and extra tests (#2437) 2 months ago
.metadata Create compass-app first feature (#2342) 4 months ago
README.md Compass App: Integration tests and image error handling (#2389) 3 months ago
analysis_options.yaml Create compass-app first feature (#2342) 4 months ago
devtools_options.yaml Create compass-app first feature (#2342) 4 months ago
pubspec.yaml [Compass App] User name and profile picture (#2435) 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