scryfall_api_symbols 2.0.0 copy "scryfall_api_symbols: ^2.0.0" to clipboard
scryfall_api_symbols: ^2.0.0 copied to clipboard

Enhance the scryfall_api package with the ability to easily display the MTG symbols as Flutter widgets.

2.0.0 #

  • This package now depends on mtg_symbology
    • Breaking - The SVG asset paths are 'packages/mtg_symbology/assets/ASSET_NAME.svg' now instead of 'packages/scryfall_api_symbols/assets/ASSET_NAME.svg'
    • This package re-exports mtg_symbology, so there should not be other breaking changes
  • Bumps minimum flutter_svg version to 2.1.0
  • Breaking - Makes minimum Flutter version 3.27.0 - in line with flutter_svg
  • Adds tests for the extension methods

1.0.2 #

  • Rename the incorrectly named lib/magic_the_gathering_flutter.dart to lib/scryfall_api_symbols.dart and add exports to it.
    • Despite being a rename to the main library file, this should not be a breaking change for anyone since the file was not previously exporting any other files. Previously, nobody should have had reason to be importing lib/magic_the_gathering_flutter.dart directly.
  • Update README.md to tell the user to import the library file directly now that it exports the other files.
  • Update README.md with documentation for mtgSymbology and MtgSymbol.
  • Update the example project to import the library file directly and bump the example's version to 1.0.1

1.0.1 #

  • Add tests for MtgSymbol equality

1.0.0 #

Initial stable release.

1
likes
160
points
37
downloads

Publisher

verified publisherzmuranaka.dev

Weekly Downloads

Enhance the scryfall_api package with the ability to easily display the MTG symbols as Flutter widgets.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_svg, mtg_symbology, scryfall_api

More

Packages that depend on scryfall_api_symbols