Prod release

This commit is contained in:
Hanh 2021-08-01 09:51:31 +08:00
parent 72755c29d9
commit 3ad66496c4
2 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@ class _AccountPageState extends State<AccountPage>
],
),
body: TabBarView(controller: _tabController, children: [
Container(
SingleChildScrollView(
padding: EdgeInsets.all(20),
child: Center(
child: Column(children: [

View File

@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.0.8+58
version: 1.0.8+59
environment:
sdk: ">=2.9.0 <3.0.0"