I am constructing my first web application based on Flask and I am struggling with selecting an extension to work with forms. I have read in many places that Flask-WTF offers/provides a simple integration with WTForms, but I couldn't found one explanation of this statement.
For me, this question is relevant because using a wrappers (like Flask-WTF) increases the possibility of including packages that in the future could stop being maintained by the creator.
In the end, I would like to know which are the benefits in using Flask-WTF instead of WTForms.