Can I create something similar to Toasts in Flutter? Just a tiny notification window that is not directly in the face of the user and does not lock or...
When using setDuration() for a Toast, is it possible to set a custom length or at least something longer than Toast.LENGTH_LONG? 27 Answers 27
What does the following exception mean; how can I fix it? This is the code: Toast toast = Toast.makeText(mContext, "Something", Toast.LENGTH_SHORT); This is the exception: java.lang.RuntimeException: Can't create handler...