Yuri Ivanov

Results 154 comments of Yuri Ivanov

Widgets to be removed in version `1.3.0`: `MDFloatingActionButtonSpeedDial MDBackdrop MDBanner`

The issue is deprecated due to the new API of the KivyMD library 2.0.0 version

The issue is deprecated due to the new API of the KivyMD library 2.0.0 version

Deprecated. The API of the MDTabs widget in 1.3.0 version has been break.

The issue is deprecated due to the new API of the KivyMD library 2.0.0 version

The issue is deprecated due to the new API of the KivyMD library 2.0.0 version

@kissste We need to make changes to this package in accordance with the new API version 1.0.0 of the KivyMD library.

@manns ```python from PIL import ImageGrab # TODO: You may know an easier way to get the size of a computer display. resolution = ImageGrab.grab().size # Change the values of...