Skip to content

Commit 79aded5

Browse files
committed
modified the pubspec and style
1 parent af710f4 commit 79aded5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/lib/utils/style.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Style {
1919
msg: toast,
2020
toastLength: Toast.LENGTH_LONG,
2121
gravity: ToastGravity.BOTTOM,
22-
timeInSecForIosWeb: 3,
22+
timeInSecForIosWeb: 10,
2323
backgroundColor: toast == toast ? Colors.red : Colors.red,
2424
textColor: Colors.white);
2525
}

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_bkash
22
description: Flutter package for payment gateway service bKash (Bangladesh). bKash payment easy to implement through this package on your flutter project. # TODO: Description length is between 60 to 180 characters.
3-
version: 0.1.0
3+
version: 0.1.1
44
homepage: https://github.com/codeboxrcodehub/flutter-bkash
55

66
environment:

0 commit comments

Comments
 (0)