Search code examples
flutterdartdart-null-safety

why does i get non-nullable error in flutter


I am developing a flutter project, but I get this error and I don't know how to solve

Here is the error


Solution

  • You would need to update your flutter sdk in pubspec.yaml to:

    environment:
      sdk: '>=2.12.0 <3.0.0'