flutter_easy_seo 1.0.8 copy "flutter_easy_seo: ^1.0.8" to clipboard
flutter_easy_seo: ^1.0.8 copied to clipboard

Generates SEO HTML from widget trees via interactive or automated headless modes (WidgetTester) to serve static files to bots. Free for small businesses.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'app.dart';
import 'package:flutter_web_plugins/url_strategy.dart';

void main() {
  usePathUrlStrategy();
  WidgetsFlutterBinding.ensureInitialized();
  runApp(const App(initialLocale: 'de'));
}
2
likes
150
points
584
downloads
screenshot

Documentation

API reference

Publisher

verified publisherlxandr.at

Weekly Downloads

Generates SEO HTML from widget trees via interactive or automated headless modes (WidgetTester) to serve static files to bots. Free for small businesses.

Repository (GitHub)
View/report issues

Topics

#seo #web #html #metadata #automation

License

unknown (license)

Dependencies

flutter, web

More

Packages that depend on flutter_easy_seo