Skip to content

Instantly share code, notes, and snippets.

@tthtlc
Created December 15, 2022 07:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tthtlc/8b67447bb5a1df3527451ae41bbe0cf2 to your computer and use it in GitHub Desktop.
Save tthtlc/8b67447bb5a1df3527451ae41bbe0cf2 to your computer and use it in GitHub Desktop.
Migration status: Flutter-food-delivery-app-ui
error • The method 'MultiTrackTween' isn't defined for the type 'FadeAnimation' at lib/animations/FadeAnimation.dart:12:19 • (undefined_method)
error • The method 'Track' isn't defined for the type 'FadeAnimation' at lib/animations/FadeAnimation.dart:13:7 • (undefined_method)
error • The method 'Track' isn't defined for the type 'FadeAnimation' at lib/animations/FadeAnimation.dart:16:7 • (undefined_method)
error • The method 'ControlledAnimation' isn't defined for the type 'FadeAnimation' at lib/animations/FadeAnimation.dart:21:12 • (undefined_method)
error • Can't have modifier 'required' here at lib/pages/HomePage.dart:80:24 • (extraneous_modifier)
error • The modifier 'required' was already specified at lib/pages/HomePage.dart:80:33 • (duplicated_modifier)
error • Can't have modifier 'required' here at lib/pages/HomePage.dart:80:52 • (extraneous_modifier)
error • The modifier 'required' was already specified at lib/pages/HomePage.dart:80:61 • (duplicated_modifier)
error • Can't have modifier 'required' here at lib/pages/HomePage.dart:96:21 • (extraneous_modifier)
error • The modifier 'required' was already specified at lib/pages/HomePage.dart:96:30 • (duplicated_modifier)
error • The modifier 'late' was already specified at lib/pages/StarterPage.dart:12:8 • (duplicated_modifier)
error • The modifier 'late' was already specified at lib/pages/StarterPage.dart:13:8 • (duplicated_modifier)
error • The function 'MyApp' isn't defined at test/widget_test.dart:16:29 • (undefined_function)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment