Any good flutter_blue_plus alternative that's well documented?

I’m planning to make a simple app section that displays all available information ( including name, battery levels etc… ) about paired blootooth devices on android ( like earphones, watches etc… ). I also want to allow users to toogle blootooth through app interface, display all paired devices, allow users to connect and disconnect it through app interface.

I used flutter_blue_plus and it wasn’t actually displaying actual name, batterylevels and soo more. I added appropriate permissions on androidmanifest.xml, but still same issue. It was displaying “unknown device”. I checked for detailed documentation of that package, but didn’t got any. Please give me a solution.