File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 0.0.2
2+
3+ - fix bug ` futureHeaders ` attribute
4+
15## 0.0.1
26
37- Invalidate key with ` Pattern `
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ packages:
108108 path: ".."
109109 relative: true
110110 source: path
111- version: "0.0.1 "
111+ version: "0.0.2 "
112112 http_parser:
113113 dependency: transitive
114114 description:
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ class _HttpCacheState<T> extends State<HttpCache<T>> {
127127 void _initialize () async {
128128 assertionHttpCache (widget.staleTime, widget.cacheTime);
129129
130- headers = widget.futureHeaders = = null
130+ headers = widget.futureHeaders ! = null
131131 ? await widget.futureHeaders
132132 : widget.headers;
133133
Original file line number Diff line number Diff line change 11name : http_cache_flutter
22description : Cacheable http request with interactive widget. Our goal is we can fetching and caching http request only with one widget
3- version : 0.0.1
3+ version : 0.0.2
44homepage : https://github.com/nggepe/http_cache_flutter
55
66environment :
You can’t perform that action at this time.
0 commit comments