ckpackage

Creator: coderz1093

Last updated:

0 purchases

ckpackage Image
ckpackage Images

Languages

Categories

Add to Cart

Description:

ckpackage

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,
);
}
}
copied to clipboard
Additional information #
More features is coming soon

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.