Skip to content

Flutter plugin that reports the available space on the device

License

Notifications You must be signed in to change notification settings

tomadimitrie/flutter_space_monitor

Repository files navigation

Flutter Space Monitor

pub package

A Flutter plugin that reports the available space on the device Works with iOS and Android

Instalation

Add the plugin to pubspec.yaml:

dependencies:
  flutter_space_monitor:

Usage

Import it:

import 'package:flutter_space_monitor/flutter_space_monitor.dart';

Use it:

final space = await FlutterSpaceMonitor.availableSpace; // returns available space in bytes

About

Flutter plugin that reports the available space on the device

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published