flib build lib web publish

what is it

flipover

https://user-images.githubusercontent.com/9412501/145047584-5acfbd4a-a448-4d85-8878-2dd779d32f30.mp4

how to use

pub

  • pub
  dependencies:
    loginj: ^0.0.3
FlipOverj(
    firstFront: (context, aniValue) => firstFrontCard(context, aniValue),
    firstBack: (context, aniValue) => firstBackCard(context, aniValue),
    secondFront: (context, aniValue) => secondFrontCard(context, aniValue),
    secondBack: (context, aniValue) => secondBackCard(context, aniValue),
)

customization

const FlipOverj({
    Key? key,
    required this.firstFront,
    required this.firstBack,
    required this.secondFront,
    required this.secondBack,
    this.offset = 50,
    this.secondScale = 0.85,
    this.firstScale = 0.8,
    this.duration = const Duration(milliseconds: 600),
})

Libraries

loginj