Skip to content

Latest commit

 

History

History
77 lines (48 loc) · 1.96 KB

README.md

File metadata and controls

77 lines (48 loc) · 1.96 KB

MacOS About

Desktop system information tool like MacOS Catalina

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Screenshots

overview display storage support service

Usage example

chmod +x macosabout-1.0.0-x86_64.AppImage
./macosabout-1.0.0-x86_64.AppImage

Development setup

Install dependencies

flutter - To build the binaries files

appimagetool - To build the AppImage

Build binaries

flutter channel master
make

Installation

make install

Clean binaries

make clean

Meta

Odilon Damasceno – @sirskey[email protected]

Distributed under the GPL-3.0 license. See LICENSE for more information.

https://github.com/OdilonDamasceno/macosabout

Contributing

  1. Fork it (https://github.com/OdilonDamasceno/macosabout/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request