'Instance member 'showToast' can't be accessed using static access

I have been trying to add a toast message by following the youtube tutorial https://www.youtube.com/watch?v=o2tq4RMcAJw However, it keeps on giving me the error

Instance member 'showToast' can't be accessed using static access.

error

Where I am going wrong?



Solution 1:[1]

try type flutter pub add fluttertoast and flutter pub get. close and open your editor, try run again

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 anggadaz