performance_class 1.0.0 copy "performance_class: ^1.0.0" to clipboard
performance_class: ^1.0.0 copied to clipboard

discontinuedreplaced by: anpec
PlatformAndroid

A Flutter FFI plugin for Android device performance classification. Analyzes device hardware and software capabilities to classify Android devices into performance categories (Low, Average, High).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add performance_class

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  performance_class: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:performance_class/performance_class.dart';
0
likes
150
points
6
downloads

Publisher

verified publisheraryak.dev

Weekly Downloads

A Flutter FFI plugin for Android device performance classification. Analyzes device hardware and software capabilities to classify Android devices into performance categories (Low, Average, High).

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on performance_class

Packages that implement performance_class