Skip to content

Commit

Permalink
[Release] Release v2.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Ayush P Gupta <ayushpguptaapg@gmail.com>
  • Loading branch information
apgapg committed Oct 31, 2021
1 parent c007e04 commit e3378bb
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 12 deletions.
30 changes: 24 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,48 @@
## [2.0.2]

- Hide circle if animate false (#21)
-
## [2.0.1]

- Fix #17 thanks to [@nurassylive](@nurassylive)
- Fix stop animation jank when `animate` is set to false

## [2.0.0]

- Migrate example to android v2
- [Null Safety] Migrate package to support null safety
- [Pubspec] Remove author
- [Misc] Add linux desktop support
- [Refactor] Remove redundant code and refactor

## [1.2.0]

- Fix README with updated code

## [1.1.0]
### Merged
- [#6](https://github.com/apgapg/avatar_glow/pull/6) Add 'animate', 'curve' option. Thanks [@Nolence](https://github.com/Nolence) for PR. Thanks [@Sahil](https://github.com/xsahil03x) for feedback.

### Merged

- [#6](https://github.com/apgapg/avatar_glow/pull/6) Add 'animate', 'curve' option.
Thanks [@Nolence](https://github.com/Nolence) for PR. Thanks [@Sahil](https://github.com/xsahil03x) for feedback.
- Add macos support

## [1.0.0]
### Merged
- [#5](https://github.com/apgapg/avatar_glow/pull/5) Add option to change shape of widget. Thanks [@gildurao](https://github.com/gildurao)

### Merged

- [#5](https://github.com/apgapg/avatar_glow/pull/5) Add option to change shape of widget.
Thanks [@gildurao](https://github.com/gildurao)

## [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)

### 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
10 changes: 5 additions & 5 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.5.0"
version: "2.8.1"
boolean_selector:
dependency: transitive
description:
Expand All @@ -28,7 +28,7 @@ packages:
name: charcode
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
version: "1.3.1"
clock:
dependency: transitive
description:
Expand Down Expand Up @@ -73,7 +73,7 @@ packages:
name: meta
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.0"
version: "1.7.0"
path:
dependency: transitive
description:
Expand All @@ -92,7 +92,7 @@ packages:
name: source_span
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.0"
version: "1.8.1"
stack_trace:
dependency: transitive
description:
Expand Down Expand Up @@ -127,7 +127,7 @@ packages:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.19"
version: "0.4.2"
typed_data:
dependency: transitive
description:
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: 2.0.1
version: 2.0.2
homepage: https://github.com/apgapg/avatar_glow

environment:
Expand Down

0 comments on commit e3378bb

Please sign in to comment.