Baseflow / baseflow_plugin_template

Template for the Baseflow flutter plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

  runApp(BaseflowPluginExample(
    pluginName: 'test plugin',
    githubURL: 'https://github.com/baseflow/baseflow_plugin_template',
    pubDevURL: 'https://pub.dev/publishers/baseflow.com/packages',
    pages: [CenteredText.createPage()],
  ));

About

Template for the Baseflow flutter plugins

License:MIT License


Languages

Language:Dart 85.1%Language:Ruby 10.5%Language:Swift 3.1%Language:Kotlin 1.0%Language:Objective-C 0.3%