# baseflow_plugin_template **Repository Path**: wcedla/baseflow_plugin_template ## Basic Information - **Project Name**: baseflow_plugin_template - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-07 - **Last Updated**: 2024-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # baseflow_plugin_template A template for plugin examples ## Getting Started How to use this package: Add the dependency in the yaml of the example: ``` dependencies: baseflow_plugin_template: ^2.1.2 ``` And run the template app: ```dart runApp(BaseflowPluginExample( pluginName: 'test plugin', githubURL: 'https://github.com/baseflow/baseflow_plugin_template', pubDevURL: 'https://pub.dev/publishers/baseflow.com/packages', pages: [CenteredText.createPage()], )); ```