Show usage in readable form
This commit is contained in:
parent
cb0ae8ca87
commit
99fdc795b6
1 changed files with 1 additions and 2 deletions
|
@ -169,8 +169,7 @@ class _SubscriptionPageState extends State<SubscriptionPage> {
|
|||
return Padding(
|
||||
padding: const EdgeInsets.all(16.0),
|
||||
child: Text("current usage is " +
|
||||
convertBytesToGBs(snapshot.data).toString() +
|
||||
" GB"),
|
||||
convertBytesToReadableFormat(snapshot.data).toString()),
|
||||
);
|
||||
} else if (snapshot.hasError) {
|
||||
return Container();
|
||||
|
|
Loading…
Add table
Reference in a new issue