Skip to content

Example repository of a staticlibrary flutterplugin with native C++ code used in a flutter application (Windows only)

Notifications You must be signed in to change notification settings

hgroenenboom/flutter_plugin_static

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

statically linked flutter plugin

This repository contains a flutter plugin which is used inside a flutter application. Normally flutter plugins are always dynamically linked by the flutter environment, this repository explores the possibilities of flutter plugins being installed as static libraries instead.

running the flutterapp

first install flutter and then execute flutter run -d windows in the flutterapp folder. Or simple run the run.ps1 script or inspect the script for more details.

limitations

currently Windows only, purely because I've only worked on this with a windows device

About

Example repository of a staticlibrary flutterplugin with native C++ code used in a flutter application (Windows only)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published