deprecate in favor of new package name

This commit is contained in:
Chen Asraf
2022-08-31 17:04:17 +03:00
parent 246b0de595
commit a6547da4d3
4 changed files with 11 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# CHANGELOG
## [2.0.4]
- Deprecated in favor of "flutter_icon_shadow"
## [2.0.3]
- Rename component - remove redundant "Widget"

View File

@@ -1,8 +1,12 @@
# Flutter Icon Shade
> This package has been deprecated and renamed `flutter_icon_shadow`. Please use that package
> instead, which has additional features and is more maintained.
> [Package page](https://pub.dev/packages/flutter_icon_shadow)
Flutter Icon shadow
Forked from [flutter_flutter_icon_shade](https://github.com/chenasraf/flutter_icon_shade) for
Forked from [icon_shadow](https://github.com/mehrtarh/flutter_icon_shadow) for
null safety.
![sample](https://github.com/chenasraf/flutter_icon_shade/blob/master/sample.PNG?raw=true)

View File

@@ -1,6 +1,7 @@
import 'package:flutter/material.dart';
import 'dart:ui' as ui;
@Deprecated('Please us `flutter_icon_shadow` package instead')
class IconShade extends StatelessWidget {
final Icon icon;
final bool showShadow;

View File

@@ -1,6 +1,6 @@
name: flutter_icon_shade
description: flutter icon shadow.
version: 2.0.3
version: 2.0.4
homepage: https://github.com/chenasraf/flutter_flutter_icon_shade
environment: