Coder Social home page Coder Social logo

meetleev / flutter_gif_player Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 5.46 MB

A Flutter package for playing GIFs with features like play, pause, and seek. Control your GIF playback easily in your app.

Home Page: https://pub.dev/packages/gif_player

License: Apache License 2.0

Kotlin 0.23% Ruby 2.40% Swift 1.17% Objective-C 0.06% Dart 93.01% HTML 3.13%
dart flutter gif gif-control gif-player

flutter_gif_player's Introduction

gif_player

Pub support

The GIF player Flutter package offers functionality for playing, pausing, and seeking within GIFs, accompanied by a progress bar for playback control. With this package, users can seamlessly enjoy GIF animations, controlling playback as desired by pausing, resuming, and jumping to specific points within the animation. The progress bar provides visual feedback on the current playback position, allowing users to track their progress and navigate through the GIF with ease.

Preview

Getting Started

Add the package to your pubspec.yaml:

dependencies:
  gif_player: <latest_version>

Features

  • Support play, pause, seek
  • Support loop play
  • Support progressbar or custom progressbar
  • support gif player event.

Usage

// init
GifPlayerController controller = GifPlayerController(
        backgroundColor: Colors.black,
        dataSource: GifPlayerDataSource.asset(assetGifUrl));

// build
GifPlayer(controller: controller, fit: BoxFit.fill),

flutter_gif_player's People

Contributors

meetleev avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.