mirror of
https://github.com/chenasraf/flutter_icon_shadow.git
synced 2026-05-18 01:48:58 +00:00
19 lines
387 B
YAML
19 lines
387 B
YAML
name: flutter_icon_shadow
|
|
description: Adds shadow under an icon in Flutter. Customizable with color, blur and offset.
|
|
version: 2.0.7
|
|
homepage: https://github.com/chenasraf/flutter_icon_shadow
|
|
|
|
environment:
|
|
sdk: '>=3.0.0 <4.0.0'
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
flutter_lints: ^3.0.0
|
|
|
|
flutter: null
|
|
|
|
script_runner:
|
|
scripts:
|
|
- publish: dart format .; dart pub publish
|