-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpubspec.yaml
More file actions
32 lines (26 loc) · 905 Bytes
/
pubspec.yaml
File metadata and controls
32 lines (26 loc) · 905 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name: esewa_flutter
description: An un-official Flutter plugin for eSewa Payment Gateway, integrate with ease and without any hassle.
version: 3.0.1
license: MIT
issue_tracker: https://github.com/iamnabink/flutter_esewa/issues
homepage: https://github.com/iamnabink/flutter_esewa
screenshots:
- description: 'Esewa Payment Screen with Flutter Esewa Package'
path: screenshots/screenshot.png
environment:
sdk: ">=2.16.0 <4.0.0"
flutter: ">=3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_inappwebview: ^6.1.5 # A Flutter plugin that allows you to add an inline webview, to use an headless webview, and to open an in-app browser window.
crypto: ^3.0.6
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.1
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
flutter:
assets:
- LICENSE