Remove next billing date related information
This commit is contained in:
parent
a274bbc150
commit
737d1216a3
1 changed files with 0 additions and 15 deletions
|
@ -221,21 +221,6 @@ class _SubscriptionPageState extends State<SubscriptionPage> {
|
|||
),
|
||||
),
|
||||
]);
|
||||
} else {
|
||||
widgets.add(
|
||||
Padding(
|
||||
padding: EdgeInsets.all(12),
|
||||
child: Text(
|
||||
"your next billing date is " +
|
||||
getFormattedDate(DateTime.fromMicrosecondsSinceEpoch(
|
||||
_currentSubscription.expiryTime)),
|
||||
style: TextStyle(
|
||||
color: Colors.white,
|
||||
height: 1.2,
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
||||
}
|
||||
widgets.addAll([
|
||||
Expanded(child: Container()),
|
||||
|
|
Loading…
Add table
Reference in a new issue