mirror of
https://github.com/chenasraf/flutter_icon_shadow.git
synced 2026-05-17 17:48:06 +00:00
chore: cleanups
This commit is contained in:
@@ -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(
|
||||
|
||||
@@ -61,7 +61,7 @@ packages:
|
||||
path: ".."
|
||||
relative: true
|
||||
source: path
|
||||
version: "2.0.4"
|
||||
version: "2.0.5"
|
||||
flutter_lints:
|
||||
dependency: "direct dev"
|
||||
description:
|
||||
|
||||
@@ -12,3 +12,7 @@ dependencies:
|
||||
flutter_lints: ^2.0.1
|
||||
|
||||
flutter: null
|
||||
|
||||
script_runner:
|
||||
scripts:
|
||||
- docs: flutter pub global run dartdoc:dartdoc
|
||||
|
||||
Reference in New Issue
Block a user