scryfall_api_symbols 2.0.0
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
- Breaking - The SVG asset paths are
- 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
tolib/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.
- 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
- 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 formtgSymbology
andMtgSymbol
. - 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.