From 18dcb9a0557c0c441c70cf043a2aa93e47321279 Mon Sep 17 00:00:00 2001 From: Jpeng Date: Fri, 26 Jul 2019 19:00:31 +0800 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ace0208..4f35c51 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # flutter_gifimage We should know that in order to achieve Gif in flutter, we can use Image, but we have no way to manipulate Gif, for example: change its speed, control it has been playing in a frame, - in which frame range loop. These problems can be solved by this control. + in which frame range loop. These problems can be solved by this widget,it also help you contain gif cache,avoid load frame every time. -* Usage(Simple) +# Usage(Simple) ```dart controller4= GifController(vsync: this);