total_memory

A command-line application to get the total memory of the system.

Usage

Install the package:

dart pub global activate total_memory

Then you can use the command:

dart pub global run total_memory

Arguments

Argument Description
--help, -h Show help
--version, -v Show version
--contacts, -c Show contacts

How to contribute

  1. Fork the repository:
$ git clone https://github.com/fluttermiddlepodcast/total_memory.git
  1. Create a new branch:
$ git checkout -b my-new-branch
  1. Run all checks locally before pushing your changes:
$ dart analyze
$ dart format -l 120
  1. Run tests:

Run tests for available platforms:

$ dart test ./test/total_memory_macos_test.dart

Then change the platform and run tests again:

$ dart test ./test/total_memory_other_test.dart
  1. Make your changes and commit them:
$ git add .
$ git commit -m "Your commit message"

Contributors

Contacts

Libraries

total_memory