So, because promart depends on both flutter_test from sdk and freezed ^1.1.1, version solving failed. [ ] FINE: Exception type: SolveFailure
What you're experiencing is package version conflicting. You can however
without specifying a version, add any. Dart will resolve the versions that
matches for you.
dev_dependencies:
freezed: any
flutter_test: any