Commit Graph

9 Commits

Author SHA1 Message Date
EvadeMaster
92a3b0d6e0
feat(style): use native switch & chip (#732)
* chore: remove useless themedata

* feat(style): new switch

* feat(style): use native chip components

* chore: remove unused import

* feat(accessibility): set tooltip

* chore: remove unneeded themedata

* chore: fix theme

* feat(i18n): add 3 new strings

* feat(style): correct material 3 theme on nondynamic
2023-03-14 21:53:42 +07:00
EvadeMaster
3ae4d69110
chore: migrate deprecation code && code cleanup (#708)
Fixes all issues in `flutter analyze`.
<Reviewed>

Commits:
* chore: migrate deprecated text style

* chore: migrate `toggleableActiveColor` to individual theme

* chore: don't use 'BuildContext's across async gaps
2023-02-20 16:53:53 +07:00
EvadeMaster
318cd87a9a
feat(style): use the correct m3 theming (partially) (#680) 2023-02-07 15:46:29 +03:00
Jay Gajjar
a54ca799b9
feat: update rules of analysis_options.yaml. and solved all problems (#665)
* update rules of analysis_options.yaml. and solved all problems

* refactor: fix remaining problems

---------

Co-authored-by: Ushie <ushiekane@gmail.com>
2023-01-30 15:35:06 +03:00
Alberto Ponces
598f7571de feat: Auto dark mode based on system theme 2022-09-14 23:23:03 +01:00
Alberto Ponces
1e890708d2 fix: Further improvements on app theming 2022-09-07 12:01:04 +01:00
Aunali321
10fbbe845e fix: Material you improvements (#60) 2022-09-06 19:40:34 +01:00
Alberto Ponces
15db9dcdb3
fix: Use primary color for toggleable buttons 2022-09-05 17:48:14 +01:00
Alberto Ponces
5404208562
feat: improve app theming code and add Material You (#58) 2022-09-05 03:32:36 +01:00