Skip to content

Commit

Permalink
chore(libs): updated to latest dart_gherkin
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsamwell committed Jun 20, 2021
1 parent f47dc7c commit a9e8607
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .flutter-plugins-dependencies
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"integration_test","path":"C:\\\\Google\\\\flutter\\\\packages\\\\integration_test\\\\","dependencies":[]}],"android":[{"name":"integration_test","path":"C:\\\\Google\\\\flutter\\\\packages\\\\integration_test\\\\","dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[]},"dependencyGraph":[{"name":"integration_test","dependencies":[]}],"date_created":"2021-05-25 17:51:13.154020","version":"2.2.0"}
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"integration_test","path":"C:\\\\Google\\\\flutter\\\\packages\\\\integration_test\\\\","dependencies":[]}],"android":[{"name":"integration_test","path":"C:\\\\Google\\\\flutter\\\\packages\\\\integration_test\\\\","dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[]},"dependencyGraph":[{"name":"integration_test","dependencies":[]}],"date_created":"2021-06-21 08:49:02.051711","version":"2.2.1"}
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [3.0.0-rc.2] - 21/06/2021

- Fixed late initialization error when invoking hooks
- Updated float parameter parser so an exception is not thrown during parsing

## [3.0.0-rc.1] - 25/05/2021

HUGE update so that the library now works and favours the flutter integration_test package over flutter_driver. Unfortunately, this will be breaking change to existing users but it has many benefits such as a huge speed and stability improvements.
Expand Down
14 changes: 7 additions & 7 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ packages:
name: _fe_analyzer_shared
url: "https://pub.dartlang.org"
source: hosted
version: "21.0.0"
version: "22.0.0"
analyzer:
dependency: "direct main"
description:
name: analyzer
url: "https://pub.dartlang.org"
source: hosted
version: "1.5.0"
version: "1.7.1"
archive:
dependency: transitive
description:
Expand All @@ -28,7 +28,7 @@ packages:
name: args
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.0"
version: "2.1.1"
async:
dependency: transitive
description:
Expand All @@ -49,7 +49,7 @@ packages:
name: build
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.1"
version: "2.0.2"
build_config:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -160,7 +160,7 @@ packages:
name: gherkin
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.2"
version: "2.0.4"
glob:
dependency: "direct main"
description:
Expand Down Expand Up @@ -221,7 +221,7 @@ packages:
name: pedantic
url: "https://pub.dartlang.org"
source: hosted
version: "1.11.0"
version: "1.11.1"
platform:
dependency: transitive
description:
Expand Down Expand Up @@ -261,7 +261,7 @@ packages:
name: source_gen
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.0"
version: "1.0.2"
source_span:
dependency: transitive
description:
Expand Down
12 changes: 6 additions & 6 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_gherkin
description: A Gherkin / Cucumber parser and test runner for Dart and Flutter
version: 3.0.0-rc.1
version: 3.0.0-rc.2
homepage: https://github.com/jonsamwell/flutter_gherkin

environment:
Expand All @@ -16,18 +16,18 @@ dependencies:
sdk: flutter
flutter_driver:
sdk: flutter
analyzer: ^1.5.0
analyzer: ^1.7.1
collection: ^1.15.0
gherkin: ^2.0.2
source_gen: ^1.0.0
build: ^2.0.1
gherkin: ^2.0.4
source_gen: ^1.0.2
build: ^2.0.2
glob: ^2.0.1
# gherkin:
# path: ../dart_gherkin

dev_dependencies:
meta: ^1.3.0
pedantic: ^1.11.0
pedantic: ^1.11.1
build_config: ^1.0.0

flutter:

0 comments on commit a9e8607

Please sign in to comment.