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

Platformweb

Web custom Components for your website.

web_components #

Web Inbuilt Components for your website.

Features #

  • Custom Header

Getting started #

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

Usage #

Minimal example:

     HeaderWidget(
            headerTitle: 'Home',
            backgroundColor: Colors.black,
            centerHeader: true,
            headerStyle: TextStyle(color: Colors.white, fontSize: 33),
          )
3
likes
140
points
25
downloads

Publisher

unverified uploader

Weekly Downloads

Web custom Components for your website.

Repository (GitHub)

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface

More

Packages that depend on web_custom_components