fix(lint): removed invalid override decorator

This commit is contained in:
Jon Samwell 2019-06-05 12:06:42 +10:00
parent 093f1747da
commit 98c956bc18
4 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,6 @@
## [1.0.2] - 05/06/2019
* Fixed analysis suggestions
## [1.0.1] - 05/06/2019
* Fixed dependency conflicts

View File

@ -91,7 +91,6 @@ class FlutterRunProcessHandler extends ProcessHandler {
return exitCode;
}
@override
Future restart() async {
_ensureRunningProcess();
_runningProcess.stdin.write("R");

View File

@ -106,7 +106,7 @@ packages:
source: hosted
version: "1.0.0"
glob:
dependency: transitive
dependency: "direct main"
description:
name: glob
url: "https://pub.dartlang.org"

View File

@ -1,6 +1,6 @@
name: flutter_gherkin
description: A Gherkin / Cucumber parser and test runner for Dart and Flutter
version: 1.0.1
version: 1.0.2
author: Jon Samwell <jonsamwell@gmail.com>
homepage: https://github.com/jonsamwell/flutter_gherkin
@ -14,6 +14,7 @@ dependencies:
sdk: flutter
flutter_driver:
sdk: flutter
glob: ^1.1.7
pedantic: ^1.5.0
gherkin: ^1.0.0