Skip to content

Conversation

@trik
Copy link

@trik trik commented Aug 11, 2022

Following the discussion in #544, i'm trying to publish a web implementation of this plugin but i'm facing a couple of issues:

@trik trik force-pushed the federated-implementations branch from 48489b1 to f6695e2 Compare August 12, 2022 13:53
@trik trik force-pushed the federated-implementations branch from f6695e2 to ead653a Compare August 27, 2022 18:48
@trik
Copy link
Author

trik commented Sep 12, 2022

@Taym95 i think this code needs to be refactored. it's working good with a custom implementation but it's throwing a LateInitializationError when using the default one (reactive_ble_mobile).

try {
  ReactiveBlePlatform.instance;
} on LateInitializationError {
  ReactiveBlePlatform.instance = const ReactiveBleMobilePlatformFactory().create();
}

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