f3ath / cider

Tools for Dart package maintainers
https://pub.dev/packages/cider
MIT License
102 stars 16 forks source link

Extra spaces on the fonts #5

Closed digitaljoni closed 4 years ago

digitaljoni commented 4 years ago

I noticed that there are additional spaces added on the fonts:

Before:

  fonts:
    - family: Riffic
      fonts:
        - asset: assets/fonts/RifficFree-Bold.ttf

After:

  fonts:
    -
          family: Riffic
          fonts:
            -
                  asset: "assets/fonts/RifficFree-Bold.ttf"
f3ath commented 4 years ago

The issue should be fixed in 0.0.3. Please confirm.

digitaljoni commented 4 years ago

cool. it works now. it doesn't change the code in the fonts declaration. thanks!