Improve web (#3)
* Improve web example app * Improve readme * Minor improvements * add github workflow for example app * Fix flutter version in github action * Fix flutter version in github action * Fix flutter version in github action * Fix flutter version in github action * Minor fix * Minor fixes * Update readme and version * Update Changelog * Improve wording * Update CHANGELOG.md Co-authored-by: Foti Dim <foti@navideck.com> --------- Co-authored-by: Foti Dim <fdimanidis@gmail.com> Co-authored-by: Foti Dim <foti@navideck.com>
This commit is contained in:
@@ -47,6 +47,20 @@ class WebRequestOptionsBuilder {
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
/// List of common services
|
||||
static List<String> get defaultServices {
|
||||
return BluetoothDefaultServiceUUIDS.values
|
||||
.map((e) => e.uuid.toString())
|
||||
.toList();
|
||||
}
|
||||
|
||||
/// List of common services in 16 bit
|
||||
static List<String> get defaultServices16Bit {
|
||||
return BluetoothDefaultServiceUUIDS.values
|
||||
.map((e) => e.uuid16.toString())
|
||||
.toList();
|
||||
}
|
||||
}
|
||||
|
||||
/// To filter by name, namePrefix, services, manufacturerData
|
||||
|
||||
Reference in New Issue
Block a user