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

This package mainly deals with the convenient construction of button components that interact with users in the development of the Flutter project.

0.0.1 #

  • Convenient expansion of button components

    1. Text button

      factory IDKitButton.title(...) -> IDKitButton
      
    2. Image button

      factory IDKitButton.image(...) -> IDKitButton
      
    3. Image and text button

      factory IDKitButton.imageAndText(...) -> IDKitButton
      
    4. Cut corner type button

      factory IDKitButton.corner(...) -> IDKitButton
      
    5. Gradient type button

      factory IDKitButton.gradient(...) -> IDKitButton
      
    6. Border type button

      factory IDKitButton.outline(...) -> IDKitButton
      
    7. Custom type button

      const IDKitButton(...) -> IDKitButton
      

0.0.2 #

  1. Replaced StreamControl for buttons with Stream.
  2. Set the default value of the button when it is not available.
1
likes
120
pub points
0%
popularity

Publisher

unverified uploader

This package mainly deals with the convenient construction of button components that interact with users in the development of the Flutter project.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter, rxdart

More

Packages that depend on idkit_button