diff --git a/.github/logo.png b/.github/logo.png new file mode 100644 index 0000000..e800eb4 Binary files /dev/null and b/.github/logo.png differ diff --git a/README.md b/README.md index 4ff61dd..1b00dad 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ -# quickgui +

+ Quickgui +
+ Quickgui +

-A Flutter frontend for [quickget](https://github.com/wimpysworld/quickemu). +

A Flutter frontend for `quickget` and [quickemu](https://github.com/wimpysworld/quickemu).

+
Quickgui screenshot
+ +This project is discussed mainly on [![Discord](https://img.shields.io/discord/712850672223125565?color=87a556&label=WimpysWorld%20Discord&logo=discord&logoColor=ffffff&style=flat-square)](https://discord.gg/sNmz3uw) server ## Install @@ -69,29 +76,28 @@ You can also use `update-alternatives` for easier access to the app. From the main screen, select the operating system you want to use. The list can be filtered. -![Main screen](./assets/github/screenshot1.png) +
Main screen
-![List of supported operating systems](./assets/github/screenshot2.png) +
List of supported operating systems
-![The Ubuntu flavors](./assets/github/screenshot3.png) +
Search a distribution
Then, select the version : -![Main screen after selection of the operating system](./assets/github/screenshot4.png) +
Main screen after selection of the operating system
-![Versions of the selected operating system](./assets/github/screenshot5.png) +
Versions of the selected operating system
If there are some options (Windows language, Pop!_OS nvidia or Intel, etc..), they will be displayed : -![Choose an option](./assets/github/screenshot8.png) +
Choose an option
-![Option is diplayed](./assets/github/screenshot9.png) +
Option is diplayed
Then click "Download". The ISO will be downloaded in the current working directory, in 99% of cases that will be the directory where `quickgui` was invoked from. -![Waiting for download](./assets/github/screenshot10.png) +
Waiting for download
-![Downloading](./assets/github/screenshot11.png) - -![Download finished](./assets/github/screenshot12.png) +
Downloading
+
Download finished
diff --git a/assets/images/logo.png b/assets/images/logo.png index d4d23fc..be7409e 100644 Binary files a/assets/images/logo.png and b/assets/images/logo.png differ diff --git a/assets/images/logo_pink.png b/assets/images/logo_pink.png new file mode 100644 index 0000000..ee052b7 Binary files /dev/null and b/assets/images/logo_pink.png differ diff --git a/lib/src/widgets/home_page/logo.dart b/lib/src/widgets/home_page/logo.dart index eb6166c..72c677c 100644 --- a/lib/src/widgets/home_page/logo.dart +++ b/lib/src/widgets/home_page/logo.dart @@ -16,7 +16,7 @@ class Logo extends StatelessWidget { child: Center( child: Padding( padding: const EdgeInsets.all(8.0), - child: Image.asset('assets/images/logo.png'), + child: Image.asset('assets/images/logo_pink.png'), ), ), ), diff --git a/pubspec.yaml b/pubspec.yaml index 0659e1c..b846e2d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -71,7 +71,7 @@ flutter: # - images/a_dot_burr.jpeg # - images/a_dot_ham.jpeg assets: - - assets/images/logo.png + - assets/images/ # An image asset can refer to one or more resolution-specific "variants", see # https://flutter.dev/assets-and-images/#resolution-aware.