pinterest_embed_plugin 2.0.0 copy "pinterest_embed_plugin: ^2.0.0" to clipboard
pinterest_embed_plugin: ^2.0.0 copied to clipboard

Platformweb

A Flutter plugin for embedding Pinterest boards and profiles on the web. Seamlessly integrate a Pinterest-like user experience into your web application.

Pinterest Embed Web #

A Flutter plugin for embedding Pinterest boards into Flutter web applications.

๐Ÿ“ฆ Installation #

Add the following dependency to your pubspec.yaml file:

dependencies:
  pinterest_embed_web:
    git:
      url: https://github.com/blubnana-org/pinterest_embed_web.git

๐Ÿš€ Usage #

To embed a Pinterest board, use the PinterestEmbedPlugin widget:

import 'package:pinterest_embed_plugin/pinterest_embed_plugin.dart';

PinterestEmbedPlugin(
    boardUrl:'your-board-id',
    boardWidth: _boardWidthMobile,
    scaleHeight: _scaleHeightMobile,
    scaleWidth: _scaleWidthMobile,
)

Replace 'your-board-id' with the actual ID of the Pinterest board you wish to embed.

๐Ÿงฉ Features #

  • Embed Pinterest boards seamlessly into Flutter web applications.
  • Customizable width and height for responsive design.
  • Lightweight and easy to integrate.

โœ… Supported Platforms #

  • Web

๐Ÿงช Example #

For a complete example, refer to the example directory.

๐Ÿ“„ License #

This package is licensed under the MIT License. See the LICENSE file for more details.

๐Ÿค Contributing #

Contributions are welcome! Please fork the repository, create a new branch, and submit a pull request with your proposed changes.

๐Ÿ“ข Acknowledgements #

This package utilizes the HtmlElementView widget, which allows embedding HTML elements into Flutter web applications.

0
likes
150
points
41
downloads

Publisher

verified publisherblubnana.xyz

Weekly Downloads

A Flutter plugin for embedding Pinterest boards and profiles on the web. Seamlessly integrate a Pinterest-like user experience into your web application.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, google_fonts, plugin_platform_interface, web

More

Packages that depend on pinterest_embed_plugin

Packages that implement pinterest_embed_plugin