[Flutter] 플러터 Liquid Swipe(slide)


[Flutter] 플러터 Liquid Swipe(slide)

pubspac.yaml liquid_swipe | Flutter Package A Flutter plugin to implement liquid Swipe effect to provided widgets. pub.dev smooth_page_indicator | Flutter Package Customizable animated page indicator with a set of built-in effects. pub.dev liquid_swipe: ^2.1.1 smooth_page_indicator: ^1.0.0+2 적용하기 Liquid Swipe ui.dart class LiquidSwipeUi extends GetView<LiquidSwipeController> { const LiquidSwipeUi({Key? key}) : super(key: key); @override Widget build(BuildContext context) => Obx( () => Scaffold( ...


#flutter #liquid #slide #swipe #스와이프 #슬라이드 #플러터

원문링크 : [Flutter] 플러터 Liquid Swipe(slide)