Olá , quando executo o projeto exibe vários erros, o ambiente desenvolvimento é pop os(ubuntu) o flutter e dart a mesma versão do curso:
../../../../../flutter/packages/flutter/lib/src/widgets/routes.dart:345:55: Error: A value of type 'Animation<double>?' can't be assigned to a variable of type 'Animation<double>' because 'Animation<double>?' is nullable and 'Animation<double>' isn't.
- 'Animation' is from 'package:flutter/src/animation/animation.dart' ('../../../../../flutter/packages/flutter/lib/src/animation/animation.dart').
final Animation<double> nextTrain = nextRoute._animation;
^
../../../../../flutter/packages/flutter/lib/src/widgets/routes.dart:1097:48: Error: The argument type 'Animation<double>?' can't be assigned to the parameter type 'Animation<double>' because 'Animation<double>?' is nullable and 'Animation<double>' isn't.
- 'Animation' is from 'package:flutter/src/animation/animation.dart' ('../../../../../flutter/packages/flutter/lib/src/animation/animation.dart').
widget.route.animation,
^
../../../../../flutter/packages/flutter/lib/src/widgets/routes.dart:1098:48: Error: The argument type 'Animation<double>?' can't be assigned to the parameter type 'Animation<double>' because 'Animation<double>?' is nullable and 'Animation<double>' isn't.
- 'Animation' is from 'package:flutter/src/animation/animation.dart' ('../../../../../flutter/packages/flutter/lib/src/animation/animation.dart').
widget.route.secondaryAnimation,.........