Skip to content

OdilonDamasceno/macosabout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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