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 678e8a44a1
[Compass App] Swipe to delete bookings (#2440)
2 weeks ago
..
android [Compass App] Booking screen (#2380) 2 months ago
assets [Compass App] User name and profile picture (#2435) 3 weeks ago
integration_test [Compass App] User name and profile picture (#2435) 3 weeks ago
ios Compass App: Add "Activities", "Itinerary Config" and MVVM Commands (#2366) 2 months ago
lib [Compass App] Swipe to delete bookings (#2440) 2 weeks ago
linux [Compass App] Booking screen (#2380) 2 months ago
macos [Compass App] Home screen with booking list (#2428) 4 weeks ago
test [Compass App] Swipe to delete bookings (#2440) 2 weeks ago
testing [Compass App] Swipe to delete bookings (#2440) 2 weeks ago
web Create compass-app first feature (#2342) 3 months ago
windows [Compass App] Booking screen (#2380) 2 months ago
.gitignore [Compass App] Cleanup and extra tests (#2437) 2 weeks ago
.metadata Create compass-app first feature (#2342) 3 months ago
README.md Compass App: Integration tests and image error handling (#2389) 1 month ago
analysis_options.yaml Create compass-app first feature (#2342) 3 months ago
devtools_options.yaml Create compass-app first feature (#2342) 3 months ago
pubspec.yaml [Compass App] User name and profile picture (#2435) 3 weeks 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