mtg_symbology 1.0.3
mtg_symbology: ^1.0.3 copied to clipboard
Easily display Magic: The Gathering symbols as Flutter SVG widgets.
1.0.3 December 30, 2025 #
- Use very_good_analysis for the analysis options rather than defining custom rules
- Address all lints raised from these new rules
- Update license copyright
1.0.2 December 30, 2025 #
- Make minimum supported flutter_svg version 2.2.3
- Make minimum supported SDK version Flutter 3.32/Dart 3.8 - in line with flutter_svg
- Upgrade flutter_lints, http, and test dev dependency versions
- Add a ListView to the example to allow scrolling
1.0.1 #
- Add test to ensure that every symbol from the Magic: The Gathering comprehensive rules has a corresponding item in
mtgSymbology- The source of truth for these symbols is https://api.scryfall.com/symbology
1.0.0 #
- Initial stable release
0.0.1 #
- Setting up repository and package on pub.dev