idkit_line 0.0.1 copy "idkit_line: ^0.0.1" to clipboard
idkit_line: ^0.0.1 copied to clipboard

This is a convenient development kit for the expansion of the requirements of the dividing line in the development of the Flutter project.

0.0.1 #

This is a convenient development kit for the expansion of the requirements of the dividing line in the development of the Flutter project.

Extension of the package drawing method

  • Solid line

    /// Factory method of solid line
    factory IDKitLine.solid({...}) =>IDKitLine;
    
  • Wavy line

    /// Wavy line factory method
    factory IDKitLine.wavy({...}) =>IDKitLine;
    
  • Dotted line

    /// Dotted factory method
    factory IDKitLine.dotted({...}) =>IDKitLine;
    
  • Delete lin

    /// Delete the factory initialization method of the line
    factory IDKitLine.delete({...}) =>IDKitLine;
    

Hint

For more usage, please look README.md

1
likes
110
pub points
0%
popularity

Publisher

unverified uploader

This is a convenient development kit for the expansion of the requirements of the dividing line in the development of the Flutter project.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on idkit_line