Skip to content

Releases: sncf-connect-tech/flutter_eco_mode

0.1.0

18 Apr 04:37

Choose a tag to compare

What's Changed

Full Changelog: 0.0.4...0.1.0

0.0.4

18 Apr 04:31

Choose a tag to compare

What's Changed

  • fix unexpected event type on stream info by @apoichet in #23
  • Fix batteryState type before envent stream fix issue #22 by @Tiska in #24

Full Changelog: 0.0.3...0.0.4

0.0.3

18 Apr 04:31

Choose a tag to compare

What's Changed

Full Changelog: 0.0.2...0.0.3

0.0.2

17 Jun 15:08
52f4957

Choose a tag to compare

What's Changed

Full Changelog: 0.0.1...0.0.2

0.0.1

10 May 09:44
e1f4677

Choose a tag to compare

0.0.1

Initial release

  • FEAT: Add method to get the level of the battery getBatteryLevel().
  • FEAT: Add method that return the state of the battery getBatterySatte().
  • FEAT: Add method to check if the device is in low power mode isBatteryInLowPowerMode().
  • FEAT: Add method to get a stream of low power mode events lowPowerModeEventStream().
  • FEAT: Add method to get the current thermal state of the device getThermalState().
  • FEAT: Add method to get the number of processors getProcessorCount().
  • FEAT: Add method to get the total memory of the device getTotalMemory().
  • FEAT: Add method to get the available memory getFreeMemory().
  • FEAT: Add method to get the total storage capacity of the device getTotalStorage().
  • FEAT: Add method to get the available storage getFreeStorage().
  • FEAT: Add method to check if the device is a low-end device isLowEndDevice().
  • FEAT: Add method to get info of the device getPlatformInfo().