Bump m3e_design to 0.2.1; add .toM3EThemeData() extension for simplified theme creation, update documentation, and refactor BuildContext extension for fallback handling.

This commit is contained in:
Emily Pauli 2025-10-25 19:00:41 +02:00
commit c6e843f238
5 changed files with 88 additions and 20 deletions

View file

@ -1,3 +1,6 @@
## 0.2.1
- simplify the M3E Theme extension by add `.toM3EThemeData()` extension method
## 0.2.0
- add accessors for getting the M3E theme from ThemeData via Theme.of(context).m3e