ckpackage 0.0.6 copy "ckpackage: ^0.0.6" to clipboard
ckpackage: ^0.0.6 copied to clipboard

testing

Short description

Features #

this only for testing

Getting started #

testing

Usage #

Example usage of the package:


class Mypackage extends StatefulWidget {
  const Mypackage({super.key});

  @override
  State<Mypackage> createState() => _MypackageState();
}

class _MypackageState extends State<Mypackage> {
  @override
  Widget build(BuildContext context) {
    return Container(
      height: 100,
      width: 100,
      color: Colors.yellow,
    );
  }
}

Additional information #

More features is coming soon

1
likes
130
points
31
downloads

Publisher

unverified uploader

Weekly Downloads

testing

Homepage

Documentation

API reference

License

BSL-1.0 (license)

Dependencies

flutter

More

Packages that depend on ckpackage