chore: cleanups

This commit is contained in:
Chen Asraf
2022-08-31 17:13:17 +03:00
parent b2935562cd
commit 3f19224e96
3 changed files with 6 additions and 2 deletions

View File

@@ -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(

View File

@@ -61,7 +61,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.0.4"
version: "2.0.5"
flutter_lints:
dependency: "direct dev"
description:

View File

@@ -12,3 +12,7 @@ dependencies:
flutter_lints: ^2.0.1
flutter: null
script_runner:
scripts:
- docs: flutter pub global run dartdoc:dartdoc