Skip to content

Explore disk usage with this small utility written in Dart with Flutter.

License

Notifications You must be signed in to change notification settings

dam5s/disk-space-usage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Disk Space Usage

This is a small desktop app that will allow you to analyze the disk space usage of a given directory of your choosing.

It's built in Dart using Flutter.

It can be built for Windows, Linux and MacOS.

Screenshot

Screenshot

Running checks

This will run tests, check for cyclic dependencies and verify formatting.

make check

Formatting

We use a line length of 100 characters, which is good enough to show two files side by side on a modern 27-inch screen. Line length can be set in Jetbrains IDEs Preferences > Editor > Code Style > Dart.

If your prefer a different line length, feel free to update the disk_spaces_usage/Tasks.mk to your team's liking and have developers configure their IDE as well.

Cyclic dependencies

Make sure your imports are relative only for files in the same folder, otherwise use package: imports.

About

Explore disk usage with this small utility written in Dart with Flutter.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published