four_swipe_direction

Last updated:

0 purchases

four_swipe_direction Image
four_swipe_direction Images
Add to Cart

Description:

four swipe direction

Use this package as a library #
four_swipe_direction #
4方向(上・下・右・左)のスワイプが可能なパッケージ
You can swipe 4 directions!!
Getting started (パッケージの導入方法) #


Add the dependency to your pubspec.yaml file.
pubspec.yamlに以下のものを追加してください。
dependencies:
flutter:
sdk: flutter
four_swipe_direction:
copied to clipboard

Tap Pub get in your pubspec.yaml file.
pubspec.yamlの上にある Pub getを押してください。
Usage (使い方) #
FourSwipeDirection(
swipeUp: () {
//上にスワイプしたときに呼び出されます。
//Called when swiping up
},
swipeDown: (){
//下にスワイプしたときに呼び出されます。
//Called when swiping down
},
swipeLeft: () {
//左にスワイプしたときに呼び出されます。
//Called when swiping left
},
swipeRight: () {
//右にスワイプしたときに呼び出されます。
//Called when swiping right
},
child: Container(
color: Colors.indigo,
width: 100,
height: 100,
),
),
copied to clipboard
Additional information (補足情報) #
・必ずしも4方向に呼び出さなくても構いません。
=>なぜなら4つの方向は、nullableになっているからです。
・You don't need to use 4 swipe direction.
=>because 4 swipe direction is nullable
Github #
https://github.com/iseruuuuu/four_swipe_direction

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.