From 3f19224e96d23311d12c578851220c0c2d279d3c Mon Sep 17 00:00:00 2001 From: Chen Asraf Date: Wed, 31 Aug 2022 17:13:17 +0300 Subject: [PATCH] chore: cleanups --- README.md | 2 +- example/pubspec.lock | 2 +- pubspec.yaml | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1b26c5f..1195da9 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Row( size: 36, ), shadowColor: Colors.lightBlueAccent.shadow100, - shadowOffset: Offset(2, 2), // optional, may cause clipping by bounding boxh + shadowOffset: Offset(2, 2), // optional, may cause clipping by bounding box ), IconShadow( Icon( diff --git a/example/pubspec.lock b/example/pubspec.lock index f230098..a0ad7f0 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -61,7 +61,7 @@ packages: path: ".." relative: true source: path - version: "2.0.4" + version: "2.0.5" flutter_lints: dependency: "direct dev" description: diff --git a/pubspec.yaml b/pubspec.yaml index 758aab6..09f5b18 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -12,3 +12,7 @@ dependencies: flutter_lints: ^2.0.1 flutter: null + +script_runner: + scripts: + - docs: flutter pub global run dartdoc:dartdoc