Closed Maatteogekko closed 1 year ago
To use this until an official update to the package is published you need to do the following in your pubspec:
Replace theme_tailor with:
theme_tailor:
git:
url: https://github.com/Maatteogekko/theme_tailor.git
path: 'packages/theme_tailor'
Add these dependency overrides:
test_api: ^0.6.1
theme_tailor_annotation:
git:
url: https://github.com/Maatteogekko/theme_tailor.git
path: 'packages/theme_tailor_annotation'
Fixes https://github.com/Iteo/theme_tailor/issues/87. Had to raise min-sdk version, so this will be a breaking-change.
Tested with flutter 3.13.8