Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Not compatible with liu haiping #2

Open
csjiabin opened this issue Jul 8, 2018 · 1 comment
Open

Not compatible with liu haiping #2

csjiabin opened this issue Jul 8, 2018 · 1 comment

Comments

@csjiabin
Copy link

csjiabin commented Jul 8, 2018

enableDarkStatusBar() async { await ScreenTheme.darkStatusBar(); bool hasLightStatusBar = await ScreenTheme.hasALightStatusBar(); print(hasLightStatusBar); }

Unhandled exception:
MissingPluginException(No implementation found for method changeStatusBarTheme on channel g123k/screentheme)
#0      MethodChannel.invokeMethod (package:flutter/src/services/platform_channel.dart:278:7)
<asynchronous suspension>
#1      ScreenTheme.darkStatusBar (package:screentheme/screentheme.dart:33:31)
<asynchronous suspension>
#2      TaskPageState.enableDarkStatusBar (file:///Users/csjiabin/hnl_delivery/lib/pages/TaskPage.dart:84:23)
<asynchronous suspension>
#3      TaskPageState.build.<anonymous closure>.<anonymous closure> (file:///Users/csjiabin/hnl_delivery/lib/pages/TaskPage.dart:132:29)
#4      _InkResponseState._handleTap (package:flutter/src/material/ink_well.dart:494:14)
#5      _InkResponseState.build.<anonymous closure> (package:flutter/src/material/ink_well.dart:549:30)
#6      GestureRecognizer.invokeCallback (package:flutter/src/gestures/recognizer.dart:102:24)
#7      TapGestureRecognizer._checkUp (package:flutter/src/gestures/t<…
@g123k
Copy link
Owner

g123k commented Jul 8, 2018

Hello,

Thanks for your report.
On which device is the bug happening? Could you also post your flutter doctor output please?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants