Skip to content

Commit ddaccd2

Browse files
committed
main : Updated changelog
1 parent 98c0a7d commit ddaccd2

File tree

5 files changed

+24
-120
lines changed

5 files changed

+24
-120
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.3
2+
3+
- Added mouse cursor pointer for bounceable widget.
4+
15
## 1.0.2
26

37
- Fixed ticker leak on widget disposed.

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ packages:
6868
path: ".."
6969
relative: true
7070
source: path
71-
version: "1.0.2"
71+
version: "1.0.3"
7272
flutter_lints:
7373
dependency: "direct dev"
7474
description:

example/pubspec.yaml

Lines changed: 1 addition & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -1,92 +1,27 @@
11
name: example
22
description: An example flutter project for flutter_bounceable.
33

4-
# The following line prevents the package from being accidentally published to
5-
# pub.dev using `flutter pub publish`. This is preferred for private packages.
6-
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
4+
publish_to: "none"
75

8-
# The following defines the version and build number for your application.
9-
# A version number is three numbers separated by dots, like 1.2.43
10-
# followed by an optional build number separated by a +.
11-
# Both the version and the builder number may be overridden in flutter
12-
# build by specifying --build-name and --build-number, respectively.
13-
# In Android, build-name is used as versionName while build-number used as versionCode.
14-
# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
15-
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
16-
# Read more about iOS versioning at
17-
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
186
version: 1.0.0+1
197

208
environment:
219
sdk: ">=2.12.0 <3.0.0"
2210

23-
# Dependencies specify other packages that your package needs in order to work.
24-
# To automatically upgrade your package dependencies to the latest versions
25-
# consider running `flutter pub upgrade --major-versions`. Alternatively,
26-
# dependencies can be manually updated by changing the version numbers below to
27-
# the latest version available on pub.dev. To see which dependencies have newer
28-
# versions available, run `flutter pub outdated`.
2911
dependencies:
3012
flutter:
3113
sdk: flutter
3214

3315
flutter_bounceable:
3416
path: ../
3517

36-
37-
# The following adds the Cupertino Icons font to your application.
38-
# Use with the CupertinoIcons class for iOS style icons.
3918
cupertino_icons: ^1.0.2
4019

4120
dev_dependencies:
4221
flutter_test:
4322
sdk: flutter
4423

45-
# The "flutter_lints" package below contains a set of recommended lints to
46-
# encourage good coding practices. The lint set provided by the package is
47-
# activated in the `analysis_options.yaml` file located at the root of your
48-
# package. See that file for information about deactivating specific lint
49-
# rules and activating additional ones.
5024
flutter_lints: ^1.0.0
5125

52-
# For information on the generic Dart part of this file, see the
53-
# following page: https://dart.dev/tools/pub/pubspec
54-
55-
# The following section is specific to Flutter.
5626
flutter:
57-
58-
# The following line ensures that the Material Icons font is
59-
# included with your application, so that you can use the icons in
60-
# the material Icons class.
6127
uses-material-design: true
62-
63-
# To add assets to your application, add an assets section, like this:
64-
# assets:
65-
# - images/a_dot_burr.jpeg
66-
# - images/a_dot_ham.jpeg
67-
68-
# An image asset can refer to one or more resolution-specific "variants", see
69-
# https://flutter.dev/assets-and-images/#resolution-aware.
70-
71-
# For details regarding adding assets from package dependencies, see
72-
# https://flutter.dev/assets-and-images/#from-packages
73-
74-
# To add custom fonts to your application, add a fonts section here,
75-
# in this "flutter" section. Each entry in this list should have a
76-
# "family" key with the font family name, and a "fonts" key with a
77-
# list giving the asset and other descriptors for the font. For
78-
# example:
79-
# fonts:
80-
# - family: Schyler
81-
# fonts:
82-
# - asset: fonts/Schyler-Regular.ttf
83-
# - asset: fonts/Schyler-Italic.ttf
84-
# style: italic
85-
# - family: Trajan Pro
86-
# fonts:
87-
# - asset: fonts/TrajanPro.ttf
88-
# - asset: fonts/TrajanPro_Bold.ttf
89-
# weight: 700
90-
#
91-
# For details regarding fonts from package dependencies,
92-
# see https://flutter.dev/custom-fonts/#from-packages

pubspec.lock

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.8.1"
10+
version: "2.8.2"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
@@ -21,7 +21,7 @@ packages:
2121
name: characters
2222
url: "https://pub.dartlang.org"
2323
source: hosted
24-
version: "1.1.0"
24+
version: "1.2.0"
2525
charcode:
2626
dependency: transitive
2727
description:
@@ -42,14 +42,14 @@ packages:
4242
name: collection
4343
url: "https://pub.dartlang.org"
4444
source: hosted
45-
version: "1.15.0"
45+
version: "1.16.0"
4646
fake_async:
4747
dependency: transitive
4848
description:
4949
name: fake_async
5050
url: "https://pub.dartlang.org"
5151
source: hosted
52-
version: "1.2.0"
52+
version: "1.3.0"
5353
flutter:
5454
dependency: "direct main"
5555
description: flutter
@@ -80,7 +80,14 @@ packages:
8080
name: matcher
8181
url: "https://pub.dartlang.org"
8282
source: hosted
83-
version: "0.12.10"
83+
version: "0.12.11"
84+
material_color_utilities:
85+
dependency: transitive
86+
description:
87+
name: material_color_utilities
88+
url: "https://pub.dartlang.org"
89+
source: hosted
90+
version: "0.1.4"
8491
meta:
8592
dependency: transitive
8693
description:
@@ -94,7 +101,7 @@ packages:
94101
name: path
95102
url: "https://pub.dartlang.org"
96103
source: hosted
97-
version: "1.8.0"
104+
version: "1.8.1"
98105
sky_engine:
99106
dependency: transitive
100107
description: flutter
@@ -106,7 +113,7 @@ packages:
106113
name: source_span
107114
url: "https://pub.dartlang.org"
108115
source: hosted
109-
version: "1.8.1"
116+
version: "1.8.2"
110117
stack_trace:
111118
dependency: transitive
112119
description:
@@ -141,21 +148,14 @@ packages:
141148
name: test_api
142149
url: "https://pub.dartlang.org"
143150
source: hosted
144-
version: "0.4.2"
145-
typed_data:
146-
dependency: transitive
147-
description:
148-
name: typed_data
149-
url: "https://pub.dartlang.org"
150-
source: hosted
151-
version: "1.3.0"
151+
version: "0.4.9"
152152
vector_math:
153153
dependency: transitive
154154
description:
155155
name: vector_math
156156
url: "https://pub.dartlang.org"
157157
source: hosted
158-
version: "2.1.0"
158+
version: "2.1.2"
159159
sdks:
160-
dart: ">=2.12.0 <3.0.0"
160+
dart: ">=2.17.0-0 <3.0.0"
161161
flutter: ">=1.17.0"

pubspec.yaml

Lines changed: 1 addition & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_bounceable
22
description: A simple, interactive and customizable on-tap bounce animation that can be wrapped on any widgets that you like.
3-
version: 1.0.2
3+
version: 1.0.3
44
repository: https://github.com/MingSern/flutter_bounceable
55
issue_tracker: https://github.com/MingSern/flutter_bounceable/issues
66

@@ -18,39 +18,4 @@ dev_dependencies:
1818

1919
flutter_lints: ^1.0.0
2020

21-
# For information on the generic Dart part of this file, see the
22-
# following page: https://dart.dev/tools/pub/pubspec
23-
24-
# The following section is specific to Flutter.
2521
flutter:
26-
27-
# To add assets to your package, add an assets section, like this:
28-
# assets:
29-
# - images/a_dot_burr.jpeg
30-
# - images/a_dot_ham.jpeg
31-
#
32-
# For details regarding assets in packages, see
33-
# https://flutter.dev/assets-and-images/#from-packages
34-
#
35-
# An image asset can refer to one or more resolution-specific "variants", see
36-
# https://flutter.dev/assets-and-images/#resolution-aware.
37-
38-
# To add custom fonts to your package, add a fonts section here,
39-
# in this "flutter" section. Each entry in this list should have a
40-
# "family" key with the font family name, and a "fonts" key with a
41-
# list giving the asset and other descriptors for the font. For
42-
# example:
43-
# fonts:
44-
# - family: Schyler
45-
# fonts:
46-
# - asset: fonts/Schyler-Regular.ttf
47-
# - asset: fonts/Schyler-Italic.ttf
48-
# style: italic
49-
# - family: Trajan Pro
50-
# fonts:
51-
# - asset: fonts/TrajanPro.ttf
52-
# - asset: fonts/TrajanPro_Bold.ttf
53-
# weight: 700
54-
#
55-
# For details regarding fonts in packages, see
56-
# https://flutter.dev/custom-fonts/#from-packages

0 commit comments

Comments
 (0)