2020-10-07 10:56:15 +00:00
|
|
|
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:
|
2021-07-15 20:23:37 +00:00
|
|
|
sdk: ">=2.12.0 <3.0.0"
|
|
|
|
flutter: ">=2.0.0"
|
2020-10-07 10:56:15 +00:00
|
|
|
|
|
|
|
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:
|