flutter_eco_mode
A Flutter plugin to help implementing custom eco-friendly mode in your mobile app.
1.0.1
10K downloads/mo
#2932 most downloaded on pub.dev
sncf-connect-tech/flutter_eco_mode
What this package is like to depend on
Last release 1 months ago
03 Jul 2026
Release timing varies
gaps range from 2 weeks to 1.4 years
Most releases are documented
notes for 5 of 6 stable releases
1 version withdrawn
withdrawn after publishing
2 years old
7 releases · first in 2024
1 release in the last 12 months
see the full history below
Release timeline
7 releases · May 2024 to Jul 2026Releases
latest 7-
1.0.103 Jul 2026Nothing published for this version
-
1.0.025 Feb 2025 withdrawnNothing published for this version
-
0.1.025 Feb 2025Release notes
Open source →Add feature connectivity for Android devices
- FEAT: Add feature connectivity for Android devices.
-
0.0.410 Feb 2025Release notes
Open source →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
Release notes
Open source →Fix unsupported event type on streaming battery state between Flutter and iOS
- FIX: Fix unsupported event type on streaming battery state between Flutter and iOS.
-
0.0.318 Oct 2024Release notes
Open source →What's Changed
- add ios battery eco mode streams by @apoichet in #17
- rename eco range to device range by @apoichet in #19
Full Changelog: 0.0.2...0.0.3
-
0.0.217 Jun 2024Release notes
Open source → -
0.0.110 May 2024Release notes
Open source →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().
Release notes
Open source →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().
- FEAT: Add method to get the level of the battery