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

:memo: fix formatting in changelog file #56

Closed Pavel-Sulimau closed 7 months ago

Pavel-Sulimau commented 7 months ago

Description of the Change

The formatting of the Changelog at pub.dev looks weird and not consistent at the moment, see the screenshot. The current PR aims to fix that.

image

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 (0f991e0) 94.46% compared to head (3607678) 94.46%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #56 +/- ## ======================================= Coverage 94.46% 94.46% ======================================= Files 7 7 Lines 307 307 ======================================= Hits 290 290 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

Nice catch!