Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 566 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 566 Bytes

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