11name : flutter_paystack
2- description : A new Flutter plugin for paystack .
3- version : 0.0.1
4- author :
5- homepage :
2+ description : A Flutter plugin for Paystack Payment Gateway .
3+ version : 0.5.0
4+ author :
Wilberforce Uwadiegwu <[email protected] > 5+ homepage : https://github.com/wilburt/flutter_paystack
66
77dependencies :
88 flutter :
99 sdk : flutter
1010 http : ^0.11.3+16
1111
12- # For information on the generic Dart part of this file, see the
13- # following page: https://www.dartlang.org/tools/pub/pubspec
14-
15- # The following section is specific to Flutter.
1612flutter :
1713 plugin :
1814 androidPackage : co.paystack.flutterpaystack
1915 pluginClass : FlutterPaystackPlugin
2016
21- # To add assets to your plugin package, add an assets section, like this:
22- assets :
23- - assets/images/calender.png
24- - assets/images/card_cvv.png
25- - assets/images/visa.png
26- - assets/images/jcb.png
27- - assets/images/verve.png
28- - assets/images/discover.png
29- - assets/images/american_express.png
30- - assets/images/dinners_club.png
31- - assets/images/mastercard.png
32- #
33- # For details regarding assets in packages, see
34- # https://flutter.io/assets-and-images/#from-packages
35- #
36- # An image asset can refer to one or more resolution-specific "variants", see
37- # https://flutter.io/assets-and-images/#resolution-aware.
3817
39- # To add custom fonts to your plugin package, add a fonts section here,
40- # in this "flutter" section. Each entry in this list should have a
41- # "family" key with the font family name, and a "fonts" key with a
42- # list giving the asset and other descriptors for the font. For
43- # example:
44- # fonts:
45- # - family: Schyler
46- # fonts:
47- # - asset: fonts/Schyler-Regular.ttf
48- # - asset: fonts/Schyler-Italic.ttf
49- # style: italic
50- # - family: Trajan Pro
51- # fonts:
52- # - asset: fonts/TrajanPro.ttf
53- # - asset: fonts/TrajanPro_Bold.ttf
54- # weight: 700
55- #
56- # For details regarding fonts in packages, see
57- # https://flutter.io/custom-fonts/#from-packages
18+
19+ environment :
20+ sdk : " >=2.0.0-dev.58.0 <3.0.0"
21+ flutter : " >=0.5.1 <2.0.0"
22+
23+ assets :
24+ - assets/images/calender.png
25+ - assets/images/card_cvv.png
26+ - assets/images/visa.png
27+ - assets/images/jcb.png
28+ - assets/images/verve.png
29+ - assets/images/discover.png
30+ - assets/images/american_express.png
31+ - assets/images/dinners_club.png
32+ - assets/images/mastercard.png
0 commit comments