We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0adc660 commit a0895b6Copy full SHA for a0895b6
lib/main.dart
@@ -35,7 +35,8 @@ class FlutterReduxApp extends StatelessWidget {
35
eventList: new List(),
36
trendList: new List(),
37
themeData: new ThemeData(
38
- primarySwatch: GSYColors.primarySwatch,
+ primarySwatch: GSYColors.primarySwatch,
39
+ platform: TargetPlatform.android,//fix #192
40
),
41
locale: Locale('zh', 'CH')),
42
);
0 commit comments