Skip to content

Commit

Permalink
Minor Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aliyigitbireroglu committed May 5, 2020
1 parent c17aa91 commit 3b464fd
Show file tree
Hide file tree
Showing 7 changed files with 68 additions and 166 deletions.
4 changes: 4 additions & 0 deletions spring_button/CHANGELOG.md
@@ -1,3 +1,7 @@
## [1.0.14-beta] - 03.05.2020

* Minor changes.

## [1.0.13] - 27.11.2019

* [scaleCoefficient] is added. Use this value to determine the scaling factor while the animation is being played. Choose a value between 0.0 and 1.0.
Expand Down
4 changes: 4 additions & 0 deletions spring_button/example/CHANGELOG.md
@@ -1,3 +1,7 @@
## [1.0.14-beta] - 03.05.2020

* Minor changes.

## [1.0.13] - 27.11.2019

* [scaleCoefficient] is added. Use this value to determine the scaling factor while the animation is being played. Choose a value between 0.0 and 1.0.
Expand Down
14 changes: 7 additions & 7 deletions spring_button/example/pubspec.lock
Expand Up @@ -7,7 +7,7 @@ packages:
name: archive
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.10"
version: "2.0.11"
args:
dependency: transitive
description:
Expand All @@ -21,7 +21,7 @@ packages:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.3.0"
version: "2.4.0"
boolean_selector:
dependency: transitive
description:
Expand Down Expand Up @@ -56,7 +56,7 @@ packages:
name: crypto
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.2"
version: "2.1.3"
flutter:
dependency: "direct main"
description: flutter
Expand All @@ -80,14 +80,14 @@ packages:
name: matcher
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.5"
version: "0.12.6"
meta:
dependency: transitive
description:
name: meta
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.7"
version: "1.1.8"
path:
dependency: transitive
description:
Expand Down Expand Up @@ -134,7 +134,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.13"
version: "1.0.14-beta"
stack_trace:
dependency: transitive
description:
Expand Down Expand Up @@ -169,7 +169,7 @@ packages:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.5"
version: "0.2.11"
typed_data:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions spring_button/example/pubspec.yaml
@@ -1,6 +1,6 @@
name : example
description : Example project for spring_button.
version : 1.0.13
version : 1.0.14-beta
author : Ali Yigit Bireroglu <aliyigitbireroglu@gmail.com>
repository : https://github.com/aliyigitbireroglu/flutter-spring-button
homepage : https://www.cosmossoftware.coffee
Expand All @@ -18,5 +18,5 @@ dev_dependencies:
flutter_test:
sdk: flutter

flutter :
flutter:
uses-material-design: true

0 comments on commit 3b464fd

Please sign in to comment.