flet-dev / flet

Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.
https://flet.dev
Apache License 2.0
9.43k stars 360 forks source link

Feature Request: Battery Percentage #3193

Open vv2006-mc opened 2 weeks ago

vv2006-mc commented 2 weeks ago

Please Describe The Feature To Be Added

Give the battery percentage of the device

Suggest A Solution

add a property to page like page.battery

ndonkoHenri commented 2 weeks ago

Can you try Plyer: https://github.com/kivy/plyer

vv2006-mc commented 2 weeks ago

plyer uses the native API's provided by the OS. So it needs pyjnius(for android) which in turn needs to be built using buildozer to work properly