colorfulbox 0.0.9 copy "colorfulbox: ^0.0.9" to clipboard
colorfulbox: ^0.0.9 copied to clipboard

this flutter package make a nice box for you

hi every body this package hellps you to make a nice box design

Features #

just add box colorful

Getting started #

TODO: List prerequisites and provide or point to information on how to start using the package.

Usage #

Include short and useful examples for package users. Add longer examples to /example folder.

class _MyHomePageState extends State<MyHomePage> implements DoCartOperationInterface {
  ColorFulBox? colorfulWidget;

  SizedBox videoRenderers() =>
      SizedBox(
          child: colorfulWidget = ColorFulBox(doCartOperationInterface: this));

  @override
  void addToCartButtonClicked(int productId) {
    /*
    do long operation
     */
    /*
    after long operation completed invoke doOperation
     */
    colorfulWidget?.doOperation(LiveOperations.AddProductToCart, productId);
  }

  @override
  void removeProductFromCartButtonClicked(int productId) {
  }
}

Additional information #

Tell users more about the package: where to find more information, how to contribute to the package, how to file issues, what response they can expect from the package authors, and more.

0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

this flutter package make a nice box for you

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

chewie, flutter, video_player

More

Packages that depend on colorfulbox