A Flutter application designed to provide a first-logon tour/wizard for Ubuntu and other Debian-based distros; also, a replacement to the ubuntu-welcome app, running on its place and later calling it on Ubuntu-based distros.
It uses this CLI as backend.
Ubuntu | Linux Mint | Ubuntu Cinnamon |
Floflis |
First logon welcome screen.
Set cursor color (black, white).
Set theme color (dark, light, normal).
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
git clone https://github.com/Floflis/firstlogon-tour.git firstlogon_tour
mv firstlogon-tour firstlogon_tour && cd firstlogon_tour
sh init.sh
sh build.sh
build/linux/x64/release/bundle
directory.To run the tests, use the following command:
flutter test
This project is licensed under the MIT License - see the LICENSE.md file for details