flutter_memory_info 0.0.1 copy "flutter_memory_info: ^0.0.1" to clipboard
flutter_memory_info: ^0.0.1 copied to clipboard

A Flutter plugin for getting memory info.

flutter_memory_info #

A Flutter plugin for getting memory info.

Usage #

import 'package:flutter_memory_info/flutter_memory_info.dart';

void checkMemory() async {
    print('Total memory: ${await FlutterMemoryInfo.getTotalPhysicalMemorySize()}');
    print('Free memory: ${await FlutterMemoryInfo.getFreePhysicalMemorySize()}');
    print('Total virtual memory: ${await FlutterMemoryInfo.getTotalVirtualMemorySize()}');
    print('Free virtual memory: ${await FlutterMemoryInfo.getFreeVirtualMemorySize()}');
}
0
likes
150
points
180
downloads

Publisher

verified publishernyne.dev

Weekly Downloads

A Flutter plugin for getting memory info.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

ffi, flutter, plugin_platform_interface, win32

More

Packages that depend on flutter_memory_info