Skip to content

Commit c4ed1db

Browse files
committed
RC 2.0.3
1 parent e41e924 commit c4ed1db

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.0.3]
2+
* Added onSubmitted callback.
3+
* Option to change icon colors.
4+
* Option to change text area color when search bar opens.
5+
* When user taps X and the search field is empty the bar closes.
6+
* Thanks to<a href="https://github.com/stevenrobson"> stevenrobson</a> for this awesome PR<a href="https://github.com/Imgkl/anim_search_bar/pull/21"> #21</a>.
7+
18
## [2.0.2]
29
* Fixed the keyboard unfocus issue.
310
## [2.0.1]

example/pubspec.lock

+12-19
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ packages:
1414
name: async
1515
url: "https://pub.dartlang.org"
1616
source: hosted
17-
version: "2.8.2"
17+
version: "2.9.0"
1818
boolean_selector:
1919
dependency: transitive
2020
description:
@@ -28,21 +28,14 @@ packages:
2828
name: characters
2929
url: "https://pub.dartlang.org"
3030
source: hosted
31-
version: "1.2.0"
32-
charcode:
33-
dependency: transitive
34-
description:
35-
name: charcode
36-
url: "https://pub.dartlang.org"
37-
source: hosted
38-
version: "1.3.1"
31+
version: "1.2.1"
3932
clock:
4033
dependency: transitive
4134
description:
4235
name: clock
4336
url: "https://pub.dartlang.org"
4437
source: hosted
45-
version: "1.1.0"
38+
version: "1.1.1"
4639
collection:
4740
dependency: transitive
4841
description:
@@ -56,7 +49,7 @@ packages:
5649
name: fake_async
5750
url: "https://pub.dartlang.org"
5851
source: hosted
59-
version: "1.3.0"
52+
version: "1.3.1"
6053
flutter:
6154
dependency: "direct main"
6255
description: flutter
@@ -73,28 +66,28 @@ packages:
7366
name: matcher
7467
url: "https://pub.dartlang.org"
7568
source: hosted
76-
version: "0.12.11"
69+
version: "0.12.12"
7770
material_color_utilities:
7871
dependency: transitive
7972
description:
8073
name: material_color_utilities
8174
url: "https://pub.dartlang.org"
8275
source: hosted
83-
version: "0.1.4"
76+
version: "0.1.5"
8477
meta:
8578
dependency: transitive
8679
description:
8780
name: meta
8881
url: "https://pub.dartlang.org"
8982
source: hosted
90-
version: "1.7.0"
83+
version: "1.8.0"
9184
path:
9285
dependency: transitive
9386
description:
9487
name: path
9588
url: "https://pub.dartlang.org"
9689
source: hosted
97-
version: "1.8.1"
90+
version: "1.8.2"
9891
sky_engine:
9992
dependency: transitive
10093
description: flutter
@@ -106,7 +99,7 @@ packages:
10699
name: source_span
107100
url: "https://pub.dartlang.org"
108101
source: hosted
109-
version: "1.8.2"
102+
version: "1.9.0"
110103
stack_trace:
111104
dependency: transitive
112105
description:
@@ -127,21 +120,21 @@ packages:
127120
name: string_scanner
128121
url: "https://pub.dartlang.org"
129122
source: hosted
130-
version: "1.1.0"
123+
version: "1.1.1"
131124
term_glyph:
132125
dependency: transitive
133126
description:
134127
name: term_glyph
135128
url: "https://pub.dartlang.org"
136129
source: hosted
137-
version: "1.2.0"
130+
version: "1.2.1"
138131
test_api:
139132
dependency: transitive
140133
description:
141134
name: test_api
142135
url: "https://pub.dartlang.org"
143136
source: hosted
144-
version: "0.4.9"
137+
version: "0.4.12"
145138
vector_math:
146139
dependency: transitive
147140
description:

0 commit comments

Comments
 (0)