Open afaqbhatti1 opened 7 months ago
Hello @afaqbhatti1 are you using toast with context of without context
Hello @afaqbhatti1 are you using toast with context of without context
in flutter toast do we need to have context, as i do not see any option to do so , im also facing the same issue toast messages are getting behind keyboard , specifically in IOS , will check if this is same in android though.
Toast messages in iOS sometimes appear behind the keyboard, causing inconvenience to users. This issue occurs due to the positioning of the toast relative to the keyboard. Implementing proper layout adjustments or utilizing third-party libraries can resolve this problem, ensuring toast messages are always visible to users, even when the keyboard is active. #iOSDevelopment #UserExperience #UIUX