flutterjs_seo 0.1.0
flutterjs_seo: ^0.1.0 copied to clipboard
SEO metadata management for FlutterJS Applications. Lightweight and efficient metadata injection for FlutterJS web apps.
FlutterjsSeo #
SEO metadata management for FlutterJS Applications
Installation #
Add to pubspec.yaml:
dependencies:
flutterjs_seo: ^0.1.0
Then run:
flutterjs get
Usage #
See example/ for a complete Flutter app.
JavaScript Implementation #
The actual implementation is in js/src/ (JavaScript).
To develop:
cd js
npm install
Features #
- Lightweight implementation
- SEO-friendly (FlutterJS rendering)
- Easy to use
Publishing #
1. Publish JavaScript to npm #
cd js
npm publish
2. Publish Dart wrapper to pub.dev #
dart pub publish
License #
BSD-3-Clause