Skip to content

Commit 1c01728

Browse files
committed
refactor: Enable DevicePreview in demo mode
- Enabled DevicePreview - Show UI in different devices
1 parent 74aacdb commit 1c01728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ void main() async {
2121
if (appConfig.environment == AppEnvironment.demo) {
2222
runApp(
2323
DevicePreview(
24-
enabled: !kReleaseMode,
24+
enabled: true,
2525
builder: (context) => appWidget,
2626
tools: const [DeviceSection()],
2727

0 commit comments

Comments
 (0)