fix bluetooth device enumerate. (#281)

* fix bluetooth device enumerate.

* update README.md

* dart format.

* revert pubspec.yaml.

* fix analyzer.
This commit is contained in:
CloudWebRTC
2023-05-11 17:29:33 +08:00
committed by GitHub
parent bf07a91c98
commit 4f697ca867
7 changed files with 57 additions and 6 deletions
+2 -2
View File
@@ -19,8 +19,6 @@ analyzer:
# https://dash-overflow.net/articles/getting_started/#step-3-disabling-_implicit-dynamic_--_implicit-cast_
#
strong-mode:
implicit-casts: false
implicit-dynamic: false
#
# exclude protobuf files
@@ -44,3 +42,5 @@ linter:
# Turn off avoid_print for example projects
#
avoid_print: false
depend_on_referenced_packages: false
use_build_context_synchronously: false