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

style: refactor and enhance UI #131

Merged
merged 6 commits into from
Jul 27, 2023
Merged

style: refactor and enhance UI #131

merged 6 commits into from
Jul 27, 2023

Commits on Jul 26, 2023

  1. style: refactor and enhance UI parameters and styles

    - Modify the `bacgroundColor` parameter to `backgroundColor`
    - Add the `buttonDismissText` parameter
    - Add the `dismissButton` parameter
    - Add the `titleTextStyle` parameter
    - Add the `messageTextStyle` parameter
    - Modify the `color` property in the `Container` decoration
    - Modify the `style` property in the `Text` widget for `title`
    - Modify the `style` property in the `Text` widget for `message`
    - Add an `onPressed` callback to the `TextButton` widget
    - Modify the `child` property in the `TextButton` widget
    jnelle committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    e39f10d View commit details
    Browse the repository at this point in the history
  2. refactor: use paddingOf instead size

    * this method will cause the given [context] to rebuild any time that the [MediaQueryData.padding] property of the ancestor [MediaQuery] changes
    
    Signed-off-by: jnelle <602579@fom-net.de>
    jnelle committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    dcca373 View commit details
    Browse the repository at this point in the history
  3. refactor: export SnackbarContent

    Signed-off-by: jnelle <602579@fom-net.de>
    jnelle committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    5fba389 View commit details
    Browse the repository at this point in the history
  4. lint: remove unneccessary import of snackbar.dart

    - Remove import of `snackbar.dart`
    jnelle committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    f9f1f29 View commit details
    Browse the repository at this point in the history
  5. ci: switch to latest stable version in workflow

    * also lint workflow file
    
    Signed-off-by: jnelle <602579@fom-net.de>
    jnelle committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    ed62425 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. refactor: rename buttonDismissText to dismissButtonText

    Signed-off-by: jnelle <602579@fom-net.de>
    jnelle committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    9e2c126 View commit details
    Browse the repository at this point in the history