gifx 1.0.0 gifx: ^1.0.0 copied to clipboard
A gif library, you can control the gif play and pause, you can set the gif playback time and thus control the frame rate.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add gifx
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
gifx: ^1.0.0
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:gifx/gifx.dart';