loginj 0.0.4 copy "loginj: ^0.0.4" to clipboard
loginj: ^0.0.4 copied to clipboard

a library for login

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),
})
0
likes
120
pub points
0%
popularity

Publisher

unverified uploader

a library for login

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on loginj