Revert m3e_design version to 0.2.0; add theme accessors to simplify retrieval of M3E theme from ThemeData. Update changelog and refactor BuildContext extension with new accessor.

This commit is contained in:
Emily Pauli 2025-10-25 17:30:33 +02:00
commit eef97c0938
4 changed files with 19 additions and 3 deletions

View file

@ -1,2 +1,5 @@
## 0.2.0
- add accessors for getting the M3E theme from ThemeData via Theme.of(context).m3e
## 0.1.0
- Changelog initialized.