Commit Graph

60 Commits

Author SHA1 Message Date
Martin Wimpress a5a4c7cd11 docs: make the pubspec description match the project tagline 2024-07-01 02:09:21 +01:00
Martin Wimpress dbc5e3f551 feat: kill VMs using quickemu --kill when running quickemu >= 4.9.6 2024-07-01 01:52:58 +01:00
dependabot[bot] 1745e17c27 build(deps): bump process_run from 0.14.2 to 1.0.0+1
Bumps [process_run](https://github.com/tekartik/process_run.dart/tree/master/packages) from 0.14.2 to 1.0.0+1.
- [Commits](https://github.com/tekartik/process_run.dart/commits/v1.0.0/packages)

---
updated-dependencies:
- dependency-name: process_run
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-29 22:46:51 +01:00
Martin Wimpress b815f04f28 style(pubspec): order dependencies 2024-06-26 19:40:30 +01:00
Martin Wimpress 6f4de952ec chore(pubspec): update window_size to current git 2024-06-26 19:40:30 +01:00
Martin Wimpress 3a2f69bb71 chore(pubspec): update gettext_i18n to ^1.0.5 2024-06-26 19:40:30 +01:00
Martin Wimpress f4559125c5 chore(pubspec): update url_launcher to ^6.3.0 2024-06-26 19:40:30 +01:00
Martin Wimpress b3c6372fdc chore(pubspec): update desktop_notifications to ^0.6.3 2024-06-26 19:40:30 +01:00
Martin Wimpress 591c89ff02 chore(pubspec): update provider to ^6.1.2 2024-06-26 19:40:30 +01:00
Martin Wimpress e56655cd4d chore(pubspec): update shared_preferences to ^2.2.3 2024-06-26 19:40:30 +01:00
Martin Wimpress c51938c1be chore(pubspec): update tuple to ^2.0.2 2024-06-26 19:40:30 +01:00
Martin Wimpress 097b329049 chore(pubspec): update quiver to ^3.2.1 2024-06-26 19:40:30 +01:00
Martin Wimpress e5a9922b45 chore(pubspec): update cupertino_icons to ^1.0.8 2024-06-26 19:40:30 +01:00
Martin Wimpress 035b2b7683 chore: bump version to 1.2.9.+1 2024-06-26 19:40:30 +01:00
Martin Wimpress 1605c162cf feat: add nix flake
Adds Nix flake that provides a devshell and package. flutter version dropped to 3.22.0 in pubspec.yaml to match what Nixpkgs 24.05 provides.
2024-06-26 14:36:53 +01:00
Martin Wimpress d4893b5d2c feat: add flutter_distributor
This adds flutter_distributor to build AppImage, deb, rpm and zip for Linux x86 when a new release is tagged.

- Close #97
- Close #90
2024-06-26 09:39:21 +01:00
Martin Wimpress 38e0a833ad style: correct version in pubspec to adhere to Flutter conventions 2024-06-25 19:30:46 +01:00
Martin Wimpress dad70f24f6 ci: update flutter SDK to >=3.2.0 <4.0.0 2024-06-25 19:30:46 +01:00
Martin Wimpress d7f962fe4c fix(ci): drop intl from pubspec; use pinned intl from flutter SDK
This fixes the following CI failure:

```
Note: intl is pinned to version 0.18.1 by flutter_localizations from the flutter SDK.
See https://dart.dev/go/sdk-version-pinning for details.
Because every version of flutter_localizations from sdk depends on intl 0.18.1 and quickgui depends on intl ^0.19.0, flutter_localizations from sdk is forbidden.
So, because quickgui depends on flutter_localizations from sdk, version solving failed.
```
2024-06-25 19:30:46 +01:00
Mark Johnson 3c23106d32 Improve OS loading
Rather than waiting for the OS list to load, when the app starts, the
loads them in the background, and only waits if we reach the list of
available downloads without them loaded yet. In this case, we use a
FutureBuilder to display a loading spinner until the list is ready.
2024-06-25 15:25:18 +01:00
Mark Johnson 3d89d73af1
Switch manager to use process_run for shell commands
process_run provides a nice wrapper for which, and shows the command an
output in the debug log so provides easier debugging of issues invoking
external commands.
2024-06-13 16:07:49 +01:00
Mark Johnson 2956c72939
Update dependencies 2024-06-13 16:07:48 +01:00
Yannick Mauray e9cde261b9
build: bumped version number 2022-11-21 15:10:48 +01:00
Yannick Mauray 0e12ebef9e
build: fix build 2022-11-11 16:18:09 +01:00
Yannick Mauray 5685cd6876
chore: bumped version number 2022-11-11 15:46:21 +01:00
Yannick Mauray 690b6ca973
chore: fixed build 2022-11-08 07:39:27 +01:00
Yannick Mauray e0c34fb7de
chore: bmped version number 2022-11-08 04:42:59 +01:00
Yannick Mauray a10528cf73
chore: cleanup 2022-11-08 04:42:44 +01:00
Yannick Mauray bba41d6938
fix: detect if quickemu is insalled 2022-11-07 22:31:45 +01:00
Yannick Mauray bb5504226e
Bumped the version number
To fix the GLIBC problem.
2022-02-25 08:42:09 +01:00
Yannick Mauray 5cc9b7665f
Bumped version number 2022-02-24 23:48:55 +01:00
Yannick Mauray 56cadacd4a
Bumped version number 2021-12-19 01:52:35 +01:00
Yannick Mauray 326a39bbf4
Added : quickemu-icons submodule 2021-12-18 23:58:51 +01:00
Yannick Mauray a53c6c3ffc
Bumped version number. 2021-12-17 23:36:02 +01:00
Yannick Mauray 93a9fb45e5
Bumped version number 2021-12-16 22:17:08 +01:00
Yannick Mauray cb7095a02a
Bumped version number 2021-12-10 01:16:45 +01:00
Yannick Mauray 93e3eec7f6
Bumped version number 2021-11-14 23:32:01 +01:00
Yannick Mauray 533742f41f
Changed : using gettext_i18n instead of embedding the code. 2021-11-14 21:31:26 +01:00
Yannick Mauray fda2940cdd
Bumped the version number. 2021-11-14 12:47:26 +01:00
Mark Johnson 4a50904f87 Improve consistency of VM manager buttons. 2021-11-13 22:59:27 +00:00
Yannick Mauray f4b02e0c01
Add pubspec.yaml that @diddledani forgot in PR #16 :_) 2021-11-12 13:28:39 +01:00
Yannick Mauray 6f6bc29a72
Initial support for localization 2021-11-11 02:03:56 +01:00
Yannick Mauray 72103e1b48
Bumped version number 2021-11-10 22:08:18 +01:00
Yannick Mauray 4698b18d32
Bumped minumum framework version 2021-11-10 22:07:48 +01:00
Yannick Mauray edfd2f9465
Bumped version number 2021-11-09 23:00:10 +01:00
Yannick Mauray f72e025817
Fixed version number in settings menu, added theme switcher. 2021-11-09 22:32:08 +01:00
Yannick Mauray 3e588d67aa
Bumped version number 2021-11-08 00:46:29 +01:00
Yannick Mauray adcd5f9b92
New hamburger menu 2021-11-08 00:39:48 +01:00
Yannick Mauray c9a5411290
Change logos, and fix README.
TODO : the README needs to be updated with new screencast.
2021-11-08 00:38:51 +01:00
Ben Hall 555aec4934
pubspec.yaml: Changed git url from git:// to https:// because git:// wa casuingnetowrk errors and timing out/wouldn't install with 'flutter pub get' (#1)
Thanks for your contribution !
2021-11-01 08:26:33 +01:00