An open API service indexing awesome lists of open source software.

https://github.com/marchdev-tk/app_analysis

Package that provides an ability to track device stats, including CPU/RAM/Battery/Traffic.
https://github.com/marchdev-tk/app_analysis

analyser analysis analyzer dart dart2 dart3 dartlang flutter flutter-package monitor monitoring performance performance-monitor performance-monitoring profiling

Last synced: 8 months ago
JSON representation

Package that provides an ability to track device stats, including CPU/RAM/Battery/Traffic.

Awesome Lists containing this project

README

          

# app_analysis

![Build](https://github.com/marchdev-tk/app_analysis/workflows/build/badge.svg)
[![Pub](https://img.shields.io/pub/v/app_analysis.svg)](https://pub.dartlang.org/packages/app_analysis)
![GitHub](https://img.shields.io/github/license/marchdev-tk/app_analysis)
![GitHub stars](https://img.shields.io/github/stars/marchdev-tk/app_analysis?style=social)

Package that provides an ability to track device stats, including CPU/RAM/Battery/Traffic.

## Getting Started

`ONLY ANDROID OS IS SUPPORTED!`

Add intro here

## Examples

Add examples here

## Feature requests and Bug reports

Feel free to post a feature requests or report a bug [here](https://github.com/marchdev-tk/app_analysis/issues).

## TODO

* Add docs
* Migrate to platform agnostic file operations
* Remove external `battery_info` dependency in favour of custom data provider
* Add interesting data based on analysis results in `AnalysisInfo` model