From 66f5eb378a1dcee3d46d6ef2b4240ef65da4bbea Mon Sep 17 00:00:00 2001 From: Serge Matveenko Date: Fri, 4 Dec 2020 01:42:23 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C=20Temporary=20override=20`dashbook?= =?UTF-8?q?`=20version=20in=20`doc/examples/widgets/pubspec.yaml`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/examples/widgets/pubspec.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/examples/widgets/pubspec.yaml b/doc/examples/widgets/pubspec.yaml index 948e0aadbfa..c0af43ed8e0 100644 --- a/doc/examples/widgets/pubspec.yaml +++ b/doc/examples/widgets/pubspec.yaml @@ -14,9 +14,10 @@ dependencies: sdk: flutter flame: path: ../../../ - dashbook: ^0.0.9 + dashbook: ^0.1.0-nullsafety cupertino_icons: ^1.0.1+1 + flutter: uses-material-design: true assets: @@ -24,3 +25,9 @@ flutter: - assets/images/buttons.png - assets/images/shield.png - assets/images/bomb_ptero.png + +dependency_overrides: + dashbook: + git: + url: git://github.com/lig/dashbook.git + ref: null-safety