Using kivyMD v. 1.1.1 (or 1.2.0) 'toast' from 'kivymd.toast' worked perfectly across Windows, IOS and Android, however after upgrading the Windows kivyMD to v. 2.0.1.dev0 the line
from kivymd.toast import toast
now fails with under Windows with:-
File "C:\Users\robin\AppData\Local\Programs\Python\Python31013\lib\site-packages\kivymd\toast\androidtoast.py", line 47, in <module>
raise TypeError(
TypeError: Win platform does not support Android Toast
Is there an easy way around the problem or is this a bug introduced in kivyMD 2.0.1.dev0 ?
If it's a bug, which version of kivyMD is the best to go for ? (1.2.0 contains a bug under Android I'm searching for a way around)