Tak więc, ponieważ Promart zależy zarówno od flutter_test z SDK, jak i zamrażone ^1.1.1, rozwiązywanie wersji nie powiodło się. [] Fine: Typ wyjątku: Rozwiązanie Failure

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
  
  
mathiasgodwin