TutorialΒΆ
This tutorial will detail the Flask extension named Flask-PluginKit and will walk you through creating a local plugin and a third-party plugin, and cover as much as possible of all the features of Flask-PluginKit.
- Foreword
- Plugin Core
- Template Extension Point
- Hook Extension Point
- Blueprint Extension Point
- View function Extension Point
- Configuration
- Static Resource
- Error Handler Extension Point
- Template Filter Extension Point
- Template Context Processors Extension Point
- Dynamic Connection Point
- Third party plugin
- Afterword