Desktop system information tool like MacOS Catalina
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.
chmod +x macosabout-1.0.0-x86_64.AppImage
./macosabout-1.0.0-x86_64.AppImage
flutter - To build the binaries files
appimagetool - To build the AppImage
flutter channel master
make
make install
make clean
Odilon Damasceno – @sirskey – [email protected]
Distributed under the GPL-3.0 license. See LICENSE
for more information.
https://github.com/OdilonDamasceno/macosabout
- Fork it (https://github.com/OdilonDamasceno/macosabout/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request