Hello,
I’m testing GRPC with a flutter app on the ServiceStack server.
All classes are generated with:
x proto-dart https://url.to.our.appp -out lib
When building flutter project I’m getting these errors:
lib/services.pbgrpc.dart:5:1: Error: A library can’t opt out of null safety by default, when using sound null safety.
// @dart = 2.3
^^^^^^^^^^^^^^
lib/services.pb.dart:5:1: Error: A library can’t opt out of null safety by default, when using sound null safety.
// @dart = 2.3
^^^^^^^^^^^^^^
lib/services.pbenum.dart:5:1: Error: A library can’t opt out of null safety by default, when using sound null safety.
// @dart = 2.3
^^^^^^^^^^^^^^