forked from inex/swipe_to_action
25 lines
568 B
YAML
25 lines
568 B
YAML
|
name: swipe_to_action
|
||
|
description: A widget which can be used to call functions when the wrapped child is dragged or flinged.
|
||
|
version: 0.1.0
|
||
|
homepage: https://inex.dev/inex/swipe_to_action
|
||
|
|
||
|
environment:
|
||
|
sdk: ">=2.7.0 <3.0.0"
|
||
|
flutter: ">=1.20.0 <2.0.0"
|
||
|
|
||
|
dependencies:
|
||
|
flutter:
|
||
|
sdk: flutter
|
||
|
flutter_web_plugins:
|
||
|
sdk: flutter
|
||
|
|
||
|
dev_dependencies:
|
||
|
flutter_test:
|
||
|
sdk: flutter
|
||
|
|
||
|
# For information on the generic Dart part of this file, see the
|
||
|
# following page: https://dart.dev/tools/pub/pubspec
|
||
|
|
||
|
# The following section is specific to Flutter.
|
||
|
flutter:
|