Skip to content

tentram/baseflow_plugin_template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 85.1%
  • Ruby 10.5%
  • Swift 3.1%
  • Other 1.3%