tango4567 / solutions

Here I am adding lots of different stuff. This is the collection of problems with their solutions. Most important please share good vibes and correct me if you found anything wrong here. Thanks in advance.
Apache License 2.0
5 stars 0 forks source link

because every version of flutter_test from sdk depends on meta 1.3.0 and json_annotation >=4.1.0 depends on meta ^1.4.0, flutter_test from sdk is incompatible with json_annotation >=4.1.0. So, because digitalnetworks depends on both json_annotation ^4.1.0 and flutter_test any from sdk, version solving failed. #39

Closed tango4567 closed 3 years ago

tango4567 commented 3 years ago

Switch to dev

flutter channel dev
flutter doctor

Solution: https://github.com/flutter/flutter/issues/21338 Rejected : https://github.com/flutter/flutter/issues/21338#issuecomment-435346531