Skip to content

Commit 33e109e

Browse files
author
Zuoweixiang
committed
fix issue of main.dart
1 parent da2335f commit 33e109e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

example/lib/main.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ class _MyAppState extends State<MyApp> {
5151
),
5252
body: ListView(
5353
children: <Widget>[
54+
ListTile(
55+
title: Text(_distinctId),
56+
onTap: (){},
57+
),
5458
ListTile(
5559
title: Text('This is the official Flutter Plugin for Sensors Analytics.'),
5660
onTap: (){},

0 commit comments

Comments
 (0)