mirror of https://github.com/flutter/samples.git
parent
21c0151dbb
commit
ae99a740da
@ -1,22 +0,0 @@
|
||||
# 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
|
After Width: | Height: | Size: 336 KiB |
After Width: | Height: | Size: 92 KiB |
After Width: | Height: | Size: 376 KiB |
After Width: | Height: | Size: 38 KiB |
@ -1,13 +0,0 @@
|
||||
A server app built using [Shelf](https://pub.dev/packages/shelf).
|
||||
|
||||
# Running the server
|
||||
|
||||
## Running with the Dart SDK
|
||||
|
||||
You can run the example with the [Dart SDK](https://dart.dev/get-dart)
|
||||
like this:
|
||||
|
||||
```
|
||||
$ dart run
|
||||
Server listening on port 8080
|
||||
```
|
Loading…
Reference in new issue