Skip to content

Commit

Permalink
release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hnvn committed Apr 5, 2020
1 parent 95847bb commit 65f78ee
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 191 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.1.1] - 2020-04-05

* support dynamic `Gradient` according to the application's `Theme`

## [1.1.0] - 2020-03-01

* improved by using `ShaderMaskLayer`
Expand Down
3 changes: 2 additions & 1 deletion lib/shimmer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,9 @@ class _Shimmer extends SingleChildRenderObjectWidget {
}

class _ShimmerFilter extends RenderProxyBox {
Gradient _gradient;
final ShimmerDirection _direction;

Gradient _gradient;
double _percent;

_ShimmerFilter(this._percent, this._direction, this._gradient);
Expand Down
188 changes: 0 additions & 188 deletions pubspec.lock

This file was deleted.

6 changes: 4 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: shimmer
description: A package provides an easy way to add shimmer effect in Flutter project
version: 1.1.0
version: 1.1.1
author: Hung Duy Ha <[email protected]>
contributors: Gregor Weber <The-Redhat>
contributors: Gregor Weber <The-Redhat>, Vasilliy Ditsyask <vasilich6107>
homepage: https://github.com/hnvn/flutter_shimmer

environment:
sdk: '>=1.20.1 <3.0.0'
flutter: ^1.9.1

dependencies:
flutter:
Expand Down

0 comments on commit 65f78ee

Please sign in to comment.