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:
Rohit Sangwan
2024-01-26 15:25:55 +05:30
committed by Foti Dim
parent 531b6139c4
commit 2326e598cf
7 changed files with 139 additions and 52 deletions
@@ -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