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
11.42k stars 445 forks source link

Feature Request: Battery Percentage #3193

Open Vivekananda-Mullangi opened 6 months ago

Vivekananda-Mullangi commented 6 months 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 6 months ago

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

Vivekananda-Mullangi commented 6 months 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