Yannick Mauray
703094c825
fix: more use of "super.key"
2024-06-27 19:26:45 +02:00
Mark Johnson
d3fe2c8c4f
Make proper use of Material3 colour schemes.
...
This is a big improvement over what we had before and relies on the
theme to provide dark mode rather than manually checking brightness each
time we pick a colour.
The buttons in the primary container aren't quite right, I'm not sure
why.
2024-06-25 15:25:18 +01:00
Mark Johnson
920b8488c7
Fix text appearance on download page.
2024-06-13 16:07:49 +01:00
Mark Johnson
b1350b825f
Fix deprecations and code style
2024-06-13 16:07:48 +01:00
codseus
245c1f5251
Updated deprecated code, added check for svg files, fixed visibility of buttons in download page
2024-06-13 16:07:48 +01:00
Yannick Mauray
60b96496f2
feat: make the directory where machines are stored more obvious
2022-11-11 15:47:58 +01:00
Yannick Mauray
684a939cf7
Code cleanup
2022-01-04 01:34:07 +01:00
Yannick Mauray
0837bf9d80
Source code formated at 80 columns.
2021-12-21 22:17:04 +01:00
Yannick Mauray
4bc479d392
Fixed: remove unwanted text.
2021-12-10 00:55:53 +01:00
Yannick Mauray
20c97e1906
Remove useless comment
2021-11-14 23:30:03 +01:00
Yannick Mauray
62d4049710
Formatting issues
2021-11-14 21:31:51 +01:00
Yannick Mauray
533742f41f
Changed : using gettext_i18n instead of embedding the code.
2021-11-14 21:31:26 +01:00
Yannick Mauray
fb22a0b2d1
Improved i18n
2021-11-14 12:38:46 +01:00
Dani Llewellyn
2008115558
Use local imports, not package imports for our own files ( #18 )
...
Following best practice from https://dart.dev/guides/libraries/create-library-packages local imports should not reference our package name, but use relative paths.
2021-11-12 13:27:26 +01:00
Dani Llewellyn
a8cb368f94
Preselect the version when only one version is available ( #19 )
...
e.g. Arch Linux only has `latest` available. We can preselect `latest` in this instance.
2021-11-12 13:21:10 +01:00
Yannick Mauray
d1ccc710ce
Internationalization
2021-11-11 16:49:33 +01:00
Yannick Mauray
b37600f7e1
Made PreferencesMixin generic
2021-11-10 22:06:27 +01:00
Yannick Mauray
0ffa311d4f
Added a button to select the working directory.
2021-11-09 22:59:20 +01:00
Yannick Mauray
71c43b08b5
Dark theme
2021-11-08 00:40:29 +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
a9ae0e28fd
Mixin preferences: Refactored shared preferences functions to be generic setters/getters used as a mixin ( #2 )
...
* Refactored shared preferences functions to be generic setters/getters using key/values to allow for multiple preferences to be stored. Refactored the shared preferences functions as a mixin for ease of use. Directory change is now remembered across the app pages.
* Added initState() to downloader_menu.dart to fetch prefWorkingDirectory
Co-authored-by: ElanMan <ben@elanman.com>
2021-11-05 01:52:58 +01:00
Yannick Mauray
989eb69f1f
The Big Merge© ®️ ™!
...
Integrated Mark's files, and it all works !
2021-10-28 01:52:14 +02:00
Yannick Mauray
9ab0f54f14
Getting ready for The Big Merge© ®️ ™!
2021-10-28 00:58:14 +02:00
Yannick Mauray
035efc5e32
More refactoring : moves widgets around.
2021-10-27 22:04:39 +02:00