app_analysis
Package that provides an ability to track device stats, including CPU/RAM/Battery/Traffic.
0.3.0
488 downloads/mo
#809 most downloaded on pub.dev
marchdev-tk/app_analysis
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Ships fairly regularly
a new release about every 9 months
Some releases are documented
notes for 7 of 13 stable releases
Nothing withdrawn
no release was ever pulled
3 years old
13 releases · first in 2023
0 releases in the last 12 months
see the full history below
Release timeline
13 releases · Jun 2023 to Dec 2024Releases
latest 13-
0.3.026 Dec 2024Nothing published for this version
-
0.2.502 Oct 2024Nothing published for this version
-
0.2.402 Oct 2024Nothing published for this version
-
0.2.301 Oct 2024Nothing published for this version
-
0.2.201 Oct 2024Nothing published for this version
-
0.2.130 Sep 2024Nothing published for this version
-
0.2.030 Sep 2024Release notes
Open source →- Added ability to receive collected data on a go via callback
AppAnalysis.onDataCollected - Added data collection as soon as collection starts
- Reimplemented
AppAnalysis.startto returnFuture<AnalysisInfoInterface>instead of void, and it will contain all available at that moment data whereasAppAnalysis.stopwill return finalised data - Renamed
MemUnit.inKBtoMemUnit.inKiB,MemUnit.inMBtoMemUnit.inMiBandMemUnit.inGBtoMemUnit.inGiB - Added new getters
MemUnit.inKB,MemUnit.inMBandMemUnit.inGB - Added new
MemVolUnitwhich represents different measurement units of a memory volumes - Changed
AnalysisUnitsInterfaceand collectors to useMemVolUnitinstead of a plainString
- Added ability to receive collected data on a go via callback
-
0.1.521 Jun 2023 -
0.1.421 Jun 2023 -
0.1.321 Jun 2023 -
0.1.221 Jun 2023 -
0.1.121 Jun 2023 -
0.1.020 Jun 2023Release notes
Open source →ANDROID ONLY
- Implemented
AppAnalyserthat can collect, get extremum values and analyse following data:- Battery Level
- Battery Temperature
- CPU Frequency
- CPU Temperature
- RAM Consumption
- Traffic Consumption
- Implemented storages for analysis results
AnalysisMemoryStorageAnalysisFileStorage
- Implemented system data providers for:
- CPU Frequency
- CPU Temperature
- RAM Consumption
- Implemented