CakeWallet/lib/utils
tuxsudo df88914628
New themes (#2239)
* Add theme base v2

* Initial new theme base files

* Typos

* Fixes

* Update theme files

* feat: Migrate to Material 3 Theming

Foundation, Theme Data Refactor, and First Extension Cleanup Batch.

This commit completes the first major phase of migrating to Material 3 theming by setting up the foundations for material 3 integration and begins the initial migration, removing custom theme extensions, updating theme data, and refactoring all relevant widget and page theming to use Material 3’s built-in color and typography tokens.

These changes:
- Lays the groundwork for Material 3 theming by restructuring the app’s theme configuration to use Material 3’s ColorScheme and TextTheme as the primary sources of color and typography throughout the app.
- Refactors the core theme config files by removing legacy custom color roles ensuring all color definitions now map directly to Material 3’s role.
- Begins the first batch migration of custom theme extensions (InfoTheme, PlaceholderTheme, KeyboardTheme, PinCodeTheme) and updates all affected widgets and pages to use Material 3 color and typography tokens instead of the custom properties.
- Cleans up the codebase by deleting the files of the initial set of migrated extensions and eliminating all related imports and usages.

* feat: Migrate to Material 3 Theming.

This change:
- Updates the themes README.md file to reflect the current structure and give more information based on the first major phase that was completed.

* feat: Migrate to Material 3 Theming

Deleting previous theme extensions

* feat: Migrate to Material 3 Theming

Another batch of migrations from existing extensions

* feat: Migration to Material 3 Theming

Third Migration batch for theme extensions

* fwat: Migration to Material 3 Theming

Final Migration batch for previous theme extensions

* Update onboarding hero

* Update button radius

* Add surfaceContainer to light theme

* feat(themes): Migrate to Material 3 Theming

This change:
- Adds new set of hero images
- Modifies the core structure for the themes
- Add missing color tokens to the theme classes
- Adds a CustomThemeColor class for custom color tokens
- Modifies the themelist to have a fall back for previous theme implementation
- Adds localization for some texts
- Modifies the flow for loading the theme on app start
- Add a WidgetsBindingObserver that listens for changes in the device theme and updates the app theme when there is a change
- Registers the themeStore as a Singleton for codebase wide use

* feat(themes): Migrate to Material 3 theming

This change:
- Migrates UI flows across the app to the new themes
- Confirms styling and typography of components across the app uses the new themes
- Remove instances of Palette use
- Switch TextStyles across the app to use theme text styles

* feat(themes): Migrate to Material 3 Theming.

This change:
- Adjusts bottomsheets styling and removes duplicate close button
- Removes more themedata extensions from the previous implementation

* - Remove outlines from cards and dock
- Update menu colors
- Update padding/divider size for cards

* - Update PIN screen
- Fix navigation dock shadow
- Update wallet screen colors

* Update border radius --skip-ci

* feat(themes): Migrate to Material 3 Theming.

This change:
- Adds gradient backgrounds to the dashbaord and balance cards.
- Migrates the input fields across the app to BaseTextFormFields.
- Removes dependence of input fields on individual styling, focusing instead on using theme defined InputDecoration styling with adjustments on individual components where needed.
- Applies new theme styling to BaseTextFormField, AddressTextField and CurrencyAmountTextField.

* - Switch some hero images to PNG
- Fix nagivation_dock shadow
- Minor fixes

* feat: Add fallback to previous underline styling in central widgets

This change:
- Adds a fallback to CurrencyAmountTextField, AddressTextField, and BaseTextFormField, allowing them use the previous theme styling.
- Adds localization for new texts

* feat(themes): Update warning box colors for dark and light themes

* feat(themes): Relaod themes when user restores from backup, ensuring the user previous theme preference is used.

* feat(themes): Handle themes logic during restore from backup

This change:
- Refactors theme loading logic to handle backup restore edgecase
- Refreshes the theme based on the user saved preference during restore from backup flow

* Fix card gradients and spacing

* Fix even more radiuses
Test new icons for navigation_dock.dart

* Update onboarding flow backgrounds
Fix swap icon clipping
Fix some text colors
Add more hero images

* Fix incorrect color for light theme

* Fix more hero images and cleanup

* Update text field icons
Fix info box CTA colors
Fix sync indicator colors

* Update toggle colors
Update dark theme colors (minor)
Update crypto_balance_widget.dart icon

* Update page transitions in router.dart
Fix some colors

* feat(themes): Display label by default for filled textfields

* feat(themes): Refactor theme handling across various components

This change:
- Fixes issue with themeMode resetting to system mode when app is restarted causing a UI glitch
- Updates theme checks from `currentTheme.type == ThemeType.dark` to `currentTheme.isDark` for consistency
- Adjusts UI components to use the theme directly from the themeStore

* feat(themes): Add animating tagline to the create pin welcome screen

* Revert text fields label temporarily, fix a couple colors, and cleanup some images

---------

Co-authored-by: OmarHatem <omarh.ismail1@gmail.com>
Co-authored-by: Blazebrain <davidadegoke16@gmail.com>
2025-05-25 23:11:45 +03:00
..
address_formatter.dart Address-formatting-enhancements-MWEB (#2189) 2025-04-11 19:51:30 +02:00
brightness_util.dart Generic fixes (#1716) 2024-10-04 23:00:36 +03:00
clipboard_util.dart CW-423 Use SensitiveClipboard for sensitive Stings (#1013) 2023-08-01 15:52:03 +03:00
date_formatter.dart Automated Integration Tests Flows (#1686) 2024-11-07 16:46:08 +02:00
date_picker.dart Removed force white background color for CupertinoDatePicker. (#605) 2022-11-07 13:36:57 -05:00
debounce.dart Flutter upgrade 2022-10-12 13:09:57 -04:00
device_info.dart Dashboard desktop view (#737) 2023-04-14 06:39:08 +02:00
distribution_info.dart CW 781 replace all print statements with printV (#1733) 2024-12-09 20:23:59 +02:00
exception_handler.dart minor: ignore package unreasonable error 2025-05-25 03:59:18 +03:00
feature_flag.dart CW-1024 Improve performance of xmr wallet (#2128) 2025-04-03 03:31:25 +02:00
image_utill.dart Automated Integration Tests Flows (#1686) 2024-11-07 16:46:08 +02:00
item_cell.dart Flutter upgrade 2022-10-12 13:09:57 -04:00
language_list.dart Added French localization (#290) 2022-03-09 15:06:34 +03:00
list_item.dart TMP 4 2020-06-20 10:10:00 +03:00
list_section.dart Flutter upgrade 2022-10-12 13:09:57 -04:00
mobx.dart Flutter upgrade 2022-10-12 13:09:57 -04:00
package_info.dart CW-676 Add Linux scripts to build monero_c for linux platform (#1527) 2024-08-13 01:18:14 +03:00
payment_request.dart implement-payjoin (#1949) 2025-05-12 20:33:14 +03:00
permission_handler.dart Generic fixes (#1173) 2023-11-18 00:15:15 +02:00
request_review_handler.dart CW-33 Add app review after successful transactions and exchange (#864) 2023-04-17 20:06:58 +02:00
responsive_layout_util.dart fix: Desktop resize bug (#1461) 2024-05-23 18:21:51 +03:00
route_aware.dart CW-636-1-Unfocus text fields when push to next one (#1460) 2024-05-31 17:57:40 +03:00
share_util.dart V4.6.1 report fixes (#859) 2023-03-31 21:14:22 +02:00
show_bar.dart New themes (#2239) 2025-05-25 23:11:45 +03:00
show_pop_up.dart V4.6.4 fixes (#904) 2023-04-27 17:06:09 +02:00
totp_utils.dart Cw-263-TOTP-2FA-In-Security-Settings (#892) 2023-05-17 17:43:23 +03:00
version_comparator.dart CW-59-New-update-highlight-popup (#863) 2023-04-21 17:21:31 +02:00