Miguel Beltran fb869e729e
[Compass App] Home screen with booking list ()
7 months ago
..
android [Compass App] Booking screen () 8 months ago
assets Compass App: Basic auth () 7 months ago
integration_test [Compass App] Home screen with booking list () 7 months ago
ios Compass App: Add "Activities", "Itinerary Config" and MVVM Commands () 8 months ago
lib [Compass App] Home screen with booking list () 7 months ago
linux [Compass App] Booking screen () 8 months ago
macos [Compass App] Home screen with booking list () 7 months ago
test [Compass App] Home screen with booking list () 7 months ago
testing [Compass App] Home screen with booking list () 7 months ago
web Create compass-app first feature () 9 months ago
windows [Compass App] Booking screen () 8 months ago
.gitignore Create compass-app first feature () 9 months ago
.metadata Create compass-app first feature () 9 months ago
README.md Compass App: Integration tests and image error handling () 7 months ago
analysis_options.yaml Create compass-app first feature () 9 months ago
devtools_options.yaml Create compass-app first feature () 9 months ago
pubspec.yaml [Compass App] Home screen with booking list () 7 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