jushutch / swiping_card_deck

A widget for swiping through a deck of cards with gestures or buttons.
https://pub.dev/packages/swiping_card_deck
BSD 3-Clause "New" or "Revised" License
13 stars 10 forks source link

Create a higher quality GIF for the README #5

Closed jushutch closed 3 years ago

jushutch commented 3 years ago

The current GIF that demonstrates the SwipingCardDeck widget is relatively low quality, especially how the edges of the cards are rendered during animations, which is a result of a low quality conversion. Recreate this GIF using the example in the examples directory and replace the existing GIF in the gif directory. The closer the GIF looks to the real thing the better, but be wary of any possible image size restrictions for GitHub README files.

jushutch commented 3 years ago

Resolved by PR #7.