Skip to content

Commit 609a26a

Browse files
authored
Update README.md
1 parent 2c88ccd commit 609a26a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
A sample [Google Custom Search](https://developers.google.com/custom-search/) Flutter demo.
44
It uses [Custom Search JSON API](https://developers.google.com/custom-search/v1/overview) to get search result.
55

6+
We use [expire_cache](https://github.com/guojiex/expire_cache) to make sure the same search request will not be fired multiple times(with TTL for the cache entry).
7+
68
## Getting Started
79

810
This project is a starting point for a Flutter application.
@@ -24,4 +26,4 @@ samples, guidance on mobile development, and a full API reference.
2426

2527
### new CSE websearch layout
2628

27-
![cse_websearch_layout_gif](/res/imgs/examples/20190116.gif)
29+
![cse_websearch_layout_gif](/res/imgs/examples/20190116.gif)

0 commit comments

Comments
 (0)