Skip to content

Conversation

Bhupesh-V
Copy link

No description provided.

@madhavtripathi05
Copy link

complie and target sdk version 32 kardo just to be on safe side and supporting android 12.1

sdk: flutter

logger: ">=1.0.0"
sensors: ^0.4.2+4

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

aren’t we using sensors_plus?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have yet to try that, will update on this

void stopListening() {
if (streamSubscription != null) {
streamSubscription.cancel();
streamSubscription!.cancel();

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can be replaced with streamSubscription?.cancel()

],
),
child: Material(
color: dark ? Colors.blueGrey[900] : Colors.white,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let’s make dark required or pass a default default value while initialisation

@Bhupesh-V Bhupesh-V closed this Apr 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants