tcard 0.1.1 copy "tcard: ^0.1.1" to clipboard
tcard: ^0.1.1 copied to clipboard

outdated

Tinder like cards

TCard #

GitHub stars pub package Test

exampleimages

Install #

dependencies:
  tcard: ^0.1.0

Uasge #

TCard(
  cards: [
    Container(color: Colors.blue),
    Container(color: Colors.yellow),
    Container(color: Colors.red),
  ],
)

Property #

property type default description required
cards List<Widget> null Render cards true
size Size null Card size false
controller TCardController null Card controller false
onForward ForwardCallback null Forward animation callback false
onBack BackCallback null Back animation callback false
onEnd EndCallback null Forward end callback false

Contribute #

  1. Fork it (https://github.com/xrr2016/tcard.git)
  2. Create your feature branch (git checkout -b feature/foo)
  3. Commit your changes (git commit -am 'Add some foo')
  4. Push to the branch (git push origin feature/foo)
  5. Create a new Pull Request

License #

MIT

194
likes
30
points
484
downloads

Publisher

verified publisherbrunojurkovic.com

Weekly Downloads

Tinder like cards

Repository (GitHub)

License

MIT (license)

Dependencies

flutter

More

Packages that depend on tcard