Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 0 additions & 2 deletions lib/src/test_ui.dart
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ void testUI(
WidgetTesterCallback callback, {
bool skip = false,
Timeout? timeout,
Duration? initialTimeout,
bool semanticsEnabled = true,
TestVariant<Object?> variant = const DefaultTestVariant(),
}) {
Expand All @@ -73,7 +72,6 @@ void testUI(
},
skip: skip,
timeout: timeout,
initialTimeout: initialTimeout,
semanticsEnabled: semanticsEnabled,
variant: variant,
);
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: flutter_test_ui
description: Wrapper for flutter_test that adds a tester argument to setUp and tearDown functions
version: 2.0.0
version: 2.1.0
homepage: https://github.com/spkersten/flutter_test_ui

environment:
sdk: '>=2.12.0 <3.0.0'
flutter: ">=1.17.0"
sdk: ^3.5.0
flutter: ^3.24.0

dependencies:
flutter:
Expand Down