Compiled web build of a Flutter plugin test project, deployed via GitHub Pages.
This repository hosts the pre-built web output (flutter build web) of a
Flutter project used to test and demo plugin behavior in the browser. It is
not the source code — only the deployable artifacts (main.dart.js,
CanvasKit, assets, and the service worker) live here.
https://yimaphilemon.github.io/flutter_plugin_test/
- Flutter (web target, CanvasKit renderer)
- Deployed as a static site on GitHub Pages
- Built from a private Flutter project; open an issue if you'd like details.
- The base href is set to
/flutterplugin/— update it inindex.htmlif you fork and deploy under a different path.
See LICENSE.