Xcode's output:
β³
lib/animation/FadeAnimation.dart:12:19: Error: The method 'MultiTrackTween' isn't defined for the class 'FadeAnimation'.
- 'FadeAnimation' is from 'package:day35/animation/FadeAnimation.dart' ('lib/animation/FadeAnimation.dart').
Try correcting the name to the name of an existing method, or defining a method named 'MultiTrackTween'.
final tween = MultiTrackTween([
^^^^^^^^^^^^^^^
lib/animation/FadeAnimation.dart:13:7: Error: The method 'Track' isn't defined for the class 'FadeAnimation'.
- 'FadeAnimation' is from 'package:day35/animation/FadeAnimation.dart' ('lib/animation/FadeAnimation.dart').
Try correcting the name to the name of an existing method, or defining a method named 'Track'.
Track("opacity").add(Duration(milliseconds: 500), Tween(begin: 0.0, end: 1.0)),
^^^^^
lib/animation/FadeAnimation.dart:14:7: Error: The method 'Track' isn't defined for the class 'FadeAnimation'.
- 'FadeAnimation' is from 'package:day35/animation/FadeAnimation.dart' ('lib/animation/FadeAnimation.dart').
Try correcting the name to the name of an existing method, or defining a method named 'Track'.
Track("translateY").add(
^^^^^
lib/animation/FadeAnimation.dart:19:12: Error: The method 'ControlledAnimation' isn't defined for the class 'FadeAnimation'.
- 'FadeAnimation' is from 'package:day35/animation/FadeAnimation.dart' ('lib/animation/FadeAnimation.dart').
Try correcting the name to the name of an existing method, or defining a method named 'ControlledAnimation'.
return ControlledAnimation(
^^^^^^^^^^^^^^^^^^^
Failed to package /Users/PERSO/Projects/Flutter-home-service-app.
Command PhaseScriptExecution failed with a nonzero exit code
note: Using new build system
note: Planning
note: Build preparation complete
note: Building targets in dependency order
Could not build the application for the simulator.
Error launching application on iPhone 11 Pro.
```