Remove next billing date related information

This commit is contained in:
Vishnu Mohandas 2021-02-01 02:39:16 +05:30
parent a274bbc150
commit 737d1216a3

View file

@ -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()),