交互挑战 - 登录

166 阅读1分钟

publish https://pub.dev/packages/loginj

what is it

flipover

how to use

  • pub

    dependencies:
      loginj: ^0.0.2
    
  • example

    FlipOverj(
        firstFront: (context, aniValue) => 默认前面第一页的正面,
        firstBack: (context, aniValue) => 默认前面第一页的背面,
        secondFront: (context, aniValue) => 默认后面第二页的正面,
        secondBack: (context, aniValue) => 默认后面第二页的背面,
     )
    

    user-images.githubusercontent.com/9412501/145…