Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
peng8350 committed Jul 26, 2019
1 parent 3b1c3a4 commit 18dcb9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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);
Expand Down

0 comments on commit 18dcb9a

Please sign in to comment.