Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kiwi generator incompatibility #15

Closed
jkyon opened this issue May 22, 2019 · 3 comments
Closed

kiwi generator incompatibility #15

jkyon opened this issue May 22, 2019 · 3 comments

Comments

@jkyon
Copy link

jkyon commented May 22, 2019

Hello

thnak you for this amazing DI, This provide me a lot of functionality.
Now I update some packages to be compatible with mi unit tests. However, kiwi generator is not compatible with test package from sdk.

the error si the following

because kiwi_generator >=0.3.0 depends on analyzer >=0.32.4 <0.35.0 and paymobile_app depends on test ^1.3.0, flutter_test from sdk is incompatible with kiwi_generator >=0.3.0.

Please could you update the packages to fix this compatibility issue?

Thank you in advance

@amondnet
Copy link

amondnet commented Jun 7, 2019

I have the same problem.
I ended up creating my own fork that:

analyzer: '>= 0.32.4 <0.36.0'

dev_dependencies:
  kiwi_generator:
    git:
      url: https://github.com/amondnet/kiwi.git
      path: kiwi_generator

@OttoChamo
Copy link

I followed the flutter example and inside the pubspec.yaml he didn't place the version numbers, if you try it this way it will work .

@vanlooverenkoen
Copy link
Collaborator

Fixed in kiwi 0.3.0 & kiwi_generator 0.5.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants