flutter_web_seo 0.0.2 copy "flutter_web_seo: ^0.0.2" to clipboard
flutter_web_seo: ^0.0.2 copied to clipboard

A flutter web package - for SEO purposes.

Flutter Web SEO #

Pub

A flutter web package - for SEO purposes.

BuyMeACoffee

Features #

  • Web User-Agent Runtime Detection for Search Engines

  • Render HTML element tags from TEXT widget

Getting started #

To use this package, add flutter_web_seo as a dependency in your pubspec.yaml file.

dependencies:
  flutter_web_seo: <latest_version>

Using #

import 'package:flutter_web_seo/flutter_web_seo.dart';

Example #

For a longer example see at /example folder.

MaterialApp

return MaterialApp(
      title: 'Flutter Demo',
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
      home: const MyHomePage(title: 'Flutter Demo Home Page'),
    ).seo();

Text

...
child: Text('You have pushed the button this many times:')
    .seo(style: WebSEOTextStyle.header1),
...

Sponsoring #

I'm working on my packages on my free-time, but I don't have as much time as I would. If this package or any other package I created is helping you, please consider to sponsor me so that I can take time to read the issues, fix bugs, merge pull requests and add features to these packages.

Contributions #

Feel free to contribute to this project.

If you find a bug or want a feature, but don't know how to fix/implement it, please fill an issue.
If you fixed a bug or implemented a feature, please send a pull request.

20
likes
140
points
65
downloads

Publisher

verified publisherdip.dev

Weekly Downloads

A flutter web package - for SEO purposes.

Homepage
Repository (GitHub)
View/report issues

Topics

#seo #web

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_web_seo