https://github.com/ubuntu/ubuntu-wsl-splash
A graphical application to enhance user experience with Ubuntu on WSL during the distro installation process.
https://github.com/ubuntu/ubuntu-wsl-splash
Last synced: 12 months ago
JSON representation
A graphical application to enhance user experience with Ubuntu on WSL during the distro installation process.
- Host: GitHub
- URL: https://github.com/ubuntu/ubuntu-wsl-splash
- Owner: ubuntu
- Created: 2022-01-11T18:09:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-13T14:09:55.000Z (over 3 years ago)
- Last Synced: 2025-05-12T18:55:54.394Z (about 1 year ago)
- Language: Dart
- Size: 2.4 MB
- Stars: 15
- Watchers: 6
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Ubuntu WSL Splash
A graphical application to enhance user experience with Ubuntu on WSL during the distro installation process. Made with:
[](https://flutter.dev/)

[](https://isocpp.org/)

## Getting Started
To experiment with the code you'll need Flutter on Windows. Refer to [the Flutter documentation](https://docs.flutter.dev/get-started/install/windows) if you need to install it on Windows. You can skip the steps related to Android.
Also, Flutter requires Visual Studio. You can download the community edition from [the IDE offical website](https://visualstudio.microsoft.com/). Make sure to read Flutter documentation thoroughly.
> Beware: We are not talking about VSCode!
With Flutter and Visual Studio installed, you can `git clone` this repository (or download the source code from it) and:
```powershell
cd ubuntu_wsl_splash
flutter run
```
You can also use your favorite editor/IDE to work with this project, like VSCode, IntelliJ or even Vim.
## Contributing
Before submitting any issues or pull requests, make sure to review our [contributor guidelines](CONTRIBUTING.md).
## Technical details
Please check the [explanation](./doc/details.md) if you want to know more about how this project works.
## License
The Ubuntu Desktop Installer is licensed under the [GNU General Public License version 3](LICENSE).