Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion lib/src/widgets/checkout/card_checkout.dart
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ class _CardCheckoutState extends BaseCheckoutMethodState<CardCheckout> {
new Text(
Strings.cardInputInstruction,
key: Key("InstructionKey"),
style: const TextStyle(fontWeight: FontWeight.w500),
style: TextStyle(
fontWeight: FontWeight.w500,
color: Theme.of(context).colorScheme.onSurface
),
),
new SizedBox(
height: 20.0,
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ homepage: https://github.com/wilburt/flutter_paystack
dependencies:
flutter:
sdk: flutter
http: ^0.13.5
intl: ^0.17.0
http: '>=0.13.5'
intl: '>=0.17.0'
meta: ^1.8.0
async: ^2.9.0

Expand All @@ -34,4 +34,4 @@ flutter:

environment:
sdk: '>=2.12.0 <3.0.0'
flutter: ">=2.0.0"
flutter: ">=2.0.0"