|
@@ -39,11 +39,11 @@ List<Widget> examples(BuildContext context) => [
|
|
|
title: 'Show CPDFReaderWidget',
|
|
|
description: 'Display PDF view in flutter widget',
|
|
|
onTap: () => showCPDFReaderWidget(context)),
|
|
|
- if (Platform.isAndroid) ...[
|
|
|
- FeatureItem(title: 'Dark Theme',
|
|
|
- description: 'Opens a document in night mode with a custom dark theme',
|
|
|
- onTap: () => showDarkThemeCPDFReaderWidget(context))
|
|
|
- ]
|
|
|
+ // if (Platform.isAndroid) ...[
|
|
|
+ // FeatureItem(title: 'Dark Theme',
|
|
|
+ // description: 'Opens a document in night mode with a custom dark theme',
|
|
|
+ // onTap: () => showDarkThemeCPDFReaderWidget(context))
|
|
|
+ // ]
|
|
|
];
|
|
|
|
|
|
|