File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- # Animated Hint TextField
1
+ # Animated Hint
2
2
3
- ![ License] ( https://img.shields.io/badge/license-MIT-blue.svg ) ![ Version] ( https://img.shields.io/badge/version-1.0.0-orange.svg )
3
+ ![ License] ( https://img.shields.io/badge/license-MIT-blue.svg ) ![ Version] ( https://img.shields.io/badge/version-0.0.1-orange.svg )
4
+
5
+ ![ Screen-Recording-2024-10-03-at-5 26 49 AM] ( https://i.giphy.com/media/v1.Y2lkPTc5MGI3NjExcW0waWZxdmUzNGF5ZGw5bDB3Z2xjM3JzYjBzMnp1ZmF2eW5xdTI3aiZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/i0yhni93xTR5PGKvyj/giphy.gif )
4
6
5
7
## Table of Contents
6
8
@@ -49,10 +51,7 @@ class MyApp extends StatelessWidget {
49
51
child: AnimatedHintTextField(
50
52
fixedHint: "Search",
51
53
hints: const ['\"Flights\"', '\"Accounts\"'],
52
- animationType: _animationType,
53
- onTapOutside: (_) {
54
- FocusScope.of(context).unfocus();
55
- },
54
+ animationType: AnimationType.slide,
56
55
),
57
56
),
58
57
),
@@ -61,6 +60,7 @@ class MyApp extends StatelessWidget {
61
60
}
62
61
```
63
62
63
+
64
64
## API Reference
65
65
66
66
### AnimatedHintTextField
You can’t perform that action at this time.
0 commit comments