FilledStacks / flutter-tutorials

The repo contains the source code for all the tutorials on the FilledStacks Youtube channel.
MIT License
4.75k stars 1.76k forks source link

021-completer_dialogs - Error on locator.dart #30

Closed cristianfb1989 closed 5 years ago

cristianfb1989 commented 5 years ago

How can I resolve this error? Thank you! 2019-11-19_11-33-01

FilledStacks commented 5 years ago

You have to use the new instance property.

GetIt locator = GetIt.instance;

Regards, Dane Mackier


From: Cristian Fabian Bustos notifications@github.com Sent: Tuesday, November 19, 2019 4:36:06 PM To: FilledStacks/flutter-tutorials flutter-tutorials@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [FilledStacks/flutter-tutorials] 021-completer_dialogs - Error on locator.dart (#30)

How can I resolve this error? Thank you! [2019-11-19_11-33-01]https://user-images.githubusercontent.com/16965222/69155591-c3036680-0ac0-11ea-95cb-bc696c772834.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/FilledStacks/flutter-tutorials/issues/30?email_source=notifications&email_token=AA3M72QGXUU4QTN4FBGIFATQUP2VNA5CNFSM4JPEIWLKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H2LTPJA, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AA3M72SYIUON6FOUB5LX2ALQUP2VNANCNFSM4JPEIWLA.

cristianfb1989 commented 5 years ago

Thx you, Dane Mackier! it's works!