Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
apgapg committed Mar 28, 2019
1 parent 227c448 commit e02ebcf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
## [0.2.0]
### Merged
- [#2](https://github.com/apgapg/avatar_glow/issues/2) Fixes exception when using widget inside scroll widget. Fixed missing repeat parameter usage. Thanks [@Sahil](https://github.com/xsahil03x)
### Added
- Delay in starting animation 'startDelay'
## [0.1.0] - Initial Release
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import 'package:avatar_glow/avatar_glow.dart';

```dart
AvatarGlow(
startDelay: Duration(milliseconds: 1000),
glowColor: Colors.blue,
endRadius: 90.0,
duration: Duration(milliseconds: 2000),
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: avatar_glow
description: A Flutter package providing a Avatar Glow Widget with cool background glowing animation.
version: 0.1.0
version: 0.2.0
author: Ayush P Gupta <ayushpguptaapg@gmail.com>
homepage: https://github.com/apgapg/avatar_glow

Expand Down

0 comments on commit e02ebcf

Please sign in to comment.