Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.0.0 #24

Merged
merged 12 commits into from
Aug 22, 2024
Merged

v1.0.0 #24

merged 12 commits into from
Aug 22, 2024

Commits on Aug 22, 2024

  1. feat: Use SharedPreferenceAsync instead of SharedPreference to store …

    …theme and remove GetX dependency - CU-86c0287m8
    basemosama committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    ef4213f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a01724 View commit details
    Browse the repository at this point in the history
  3. fix: bug causing theme to animate when trying to change to same curre…

    …nt theme - CU-86c0287m8
    basemosama committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    454b409 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e17197 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9d09359 View commit details
    Browse the repository at this point in the history
  6. refactor: Update PlayxThemeAnimation to be a sealed class - CU-86c0287m8

    - Specific types of animations are represented by subclasses such as PlayxThemeClipperAnimation, PlayxThemeFadeAnimation, etc.
    - Move animation specific properties to it's class.
    - Update PlayxTheme update methods to include animation.
    - If [animation] is `null`, the theme will change instantly. If [animation] is provided,
    - the theme change will be animated according to the type of animation specified.
    basemosama committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    a3c3d1d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e52cecb View commit details
    Browse the repository at this point in the history
  8. feat: **Theme Colors**: Removed background, onBackground, `surfac…

    …eVariant`colors as `surface`, `onSurface`, `surfaceContainerHighest` should be used instead based on latest material changes in flutter v3.22.0.
    
     - CU-86c0287m8
    basemosama committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    27c21bf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2edd4ab View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2a3c0db View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6ea3b31 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    694790f View commit details
    Browse the repository at this point in the history