idkit_button 0.0.1 copy "idkit_button: ^0.0.1" to clipboard
idkit_button: ^0.0.1 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
      
1
likes
140
points
20
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