Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Adjust pubspec for the package. Add a new test pointing users to the …
…example app.
  • Loading branch information
ditman committed Feb 19, 2021
commit 5361d2daa13abb6d5c67ca36af675c99c557916c
5 changes: 1 addition & 4 deletions packages/file_selector/file_selector_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,12 @@ dependencies:
sdk: flutter
flutter_web_plugins:
sdk: flutter
meta: ^1.3.0-nullsafety.6
meta: ^1.3.0

dev_dependencies:
flutter_test:
sdk: flutter
pedantic: ^1.10.0
integration_test:
sdk: flutter
build_runner: ^1.10.0

environment:
sdk: '>=2.12.0-0 <3.0.0'
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import 'package:flutter_test/flutter_test.dart';

void main() {
test('Tell the user where to find the real tests', () {
print('---');
print('This package also uses integration_test to run additional tests.');
print('See `example/README.md` for more info.');
print('---');
});
}