Iteo / theme_tailor

Code generator for Flutter's theme extension classes.
https://pub.dev/packages/theme_tailor
MIT License
79 stars 13 forks source link

!chore(repo): Upgrade dependencies (use analyzer 6.0.0) #88

Closed Maatteogekko closed 1 year ago

Maatteogekko commented 1 year ago

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

Maatteogekko commented 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'