Skip to content

Commit 2537a51

Browse files
committed
Updated Changelog and pubspec
1 parent 19b3378 commit 2537a51

File tree

3 files changed

+22
-47
lines changed

3 files changed

+22
-47
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
## 0.0.1
1+
## 0.5.0
22

3-
* TODO: Describe initial release.
3+
* Initial release.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# flutter_paystack
22

3-
A new Flutter plugin for paystack.
3+
A Flutter plugin for Paystack Payment Gateway.
44

55
## Getting Started
66

pubspec.yaml

Lines changed: 19 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,32 @@
11
name: 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 <faradaywilly@gmail.com>
5+
homepage: https://github.com/wilburt/flutter_paystack
66

77
dependencies:
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.
1612
flutter:
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

Comments
 (0)