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
50
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

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