diff --git a/example/pubspec.lock b/example/pubspec.lock index 13ad720..80a6d3f 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -81,7 +81,7 @@ packages: path: ".." relative: true source: path - version: "2.0.2" + version: "2.1.0" leak_tracker: dependency: transitive description: diff --git a/pubspec.lock b/pubspec.lock index 895fb12..a169c63 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -12,11 +12,12 @@ packages: alchemist: dependency: "direct dev" description: - name: alchemist - sha256: "2fcd35d7422070cdf7f276bc04dd2d38c9164adb7d58bd00b7bebd8b6927d112" - url: "https://pub.dev" - source: hosted - version: "0.10.0" + path: "." + ref: ab1f2eb49584339be119eaec28a5562f6b325cbc + resolved-ref: ab1f2eb49584339be119eaec28a5562f6b325cbc + url: "https://github.com/Betterment/alchemist.git" + source: git + version: "0.7.0" analyzer: dependency: transitive description: @@ -392,6 +393,14 @@ packages: url: "https://pub.dev" source: hosted version: "1.3.2" + universal_io: + dependency: transitive + description: + name: universal_io + sha256: "1722b2dcc462b4b2f3ee7d188dad008b6eb4c40bbd03a3de451d82c78bba9aad" + url: "https://pub.dev" + source: hosted + version: "2.2.2" uuid: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 27ad8a5..fcc45a7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -13,7 +13,10 @@ dependencies: sdk: flutter dev_dependencies: - alchemist: ^0.10.0 + alchemist: + git: + url: https://github.com/Betterment/alchemist.git + ref: ab1f2eb49584339be119eaec28a5562f6b325cbc fd_lints: ^2.3.0 flutter_test: sdk: flutter diff --git a/test/borders_test.dart b/test/borders_test.dart index 91e9e36..60f7ab0 100644 --- a/test/borders_test.dart +++ b/test/borders_test.dart @@ -40,9 +40,7 @@ void main() { ), ], ), - decoration: IconDecoration( - border: IconBorder(), - ), + decoration: IconDecoration(border: IconBorder()), ), ), ], diff --git a/test/flutter_test_config.dart b/test/flutter_test_config.dart index 008b76c..f441a4d 100644 --- a/test/flutter_test_config.dart +++ b/test/flutter_test_config.dart @@ -13,6 +13,7 @@ Future testExecutable(FutureOr Function() testMain) async { // ignore: avoid_redundant_argument_values enabled: !isRunningInCi, ), + ciGoldensConfig: const CiGoldensConfig(tolerance: 0.01), ), run: testMain, ); diff --git a/test/goldens/ci/border_rendering.png b/test/goldens/ci/border_rendering.png index 28d9ba1..38e53ba 100644 Binary files a/test/goldens/ci/border_rendering.png and b/test/goldens/ci/border_rendering.png differ diff --git a/test/goldens/ci/gradient_rendering.png b/test/goldens/ci/gradient_rendering.png index b4b2902..fd30b28 100644 Binary files a/test/goldens/ci/gradient_rendering.png and b/test/goldens/ci/gradient_rendering.png differ