Skip to content

Commit

Permalink
Added app version inside drawer
Browse files Browse the repository at this point in the history
  • Loading branch information
tattwei46 committed Dec 16, 2018
1 parent addd77b commit 446c41a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions mallsyok/lib/common_widget/platform_drawer.dart
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -82,6 +82,16 @@ class PlatformDrawer extends StatelessWidget {
onTap: () {}, onTap: () {},
), ),
Divider(), Divider(),
new Align(
alignment: Alignment.bottomRight,
child: Padding(
padding: const EdgeInsets.all(15.0),
child: Text(
AppConfig.APP_VERSION,
style: new TextStyle(color: Colors.black45, fontSize: 15.0),
),
),
)
], ],
), ),
); );
Expand Down

0 comments on commit 446c41a

Please sign in to comment.