BirjuVachhani / adaptive_theme

Easiest way to add support for light and dark theme in your flutter app.
https://pub.dev/packages/adaptive_theme
Apache License 2.0
464 stars 37 forks source link

:lipstick: migrate `DebugFloatingThemeButton` to Material 3 #55

Closed Pavel-Sulimau closed 7 months ago

Pavel-Sulimau commented 7 months ago

Description of the Change

Before After

Benefits

More consistency in the package as the migration to Material 3 of the example app was done in version 3.4.1

Possible Drawbacks

I don't see any.

Verification Process

Applicable Issues

None.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (e835f1d) 94.38% compared to head (af6268c) 94.40%. Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #55 +/- ## ========================================== + Coverage 94.38% 94.40% +0.01% ========================================== Files 7 7 Lines 303 304 +1 ========================================== + Hits 286 287 +1 Misses 17 17 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

BirjuVachhani commented 7 months ago

@Pavel-Sulimau Thank you for your contribution! 🎉