scryfall_api_symbols 1.0.2
scryfall_api_symbols: ^1.0.2 copied to clipboard
Enhance the scryfall_api package with the ability to easily display the MTG symbols as Flutter widgets.
1.0.2 #
- Rename the incorrectly named
lib/magic_the_gathering_flutter.darttolib/scryfall_api_symbols.dartand 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.dartdirectly.
- 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.mdto tell the user to import the library file directly now that it exports the other files. - Update
README.mdwith documentation formtgSymbologyandMtgSymbol. - 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
MtgSymbolequality
1.0.0 #
Initial stable release.