-
Notifications
You must be signed in to change notification settings - Fork 482
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add web platform #964
Conversation
sdk: ">=2.15.1 <4.0.0" is this change required? why |
I think that this change is necessary because extension types, which are used by JS interop, were fully introduced in version 3.3.1 of the Dart SDK. |
oh, also please test / update the example app. if possible, use 3.3.1. 3.4 is very recent and will annoy people. |
do we need both? |
I see your adding a lot of checks for adapterState on web, can we not detect adapterState? lets just default it to 'on' then so users dont need to add so many checks. |
README.md
Outdated
@@ -571,6 +571,10 @@ Make sure you have granted access to the Bluetooth hardware: | |||
|
|||
<img width="528" alt="Screenshot 2023-12-11 at 10 32 04 AM" src="https://github.com/boskokg/flutter_blue_plus/assets/1863934/554079ef-4627-4dfc-97e3-1f07f84a0f3c"> | |||
|
|||
### Enable the Bluetooth API |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Enable the Bluetooth API for Web
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes I think so, because |
Sure I will push a change to remove the exception from |
Closes #769