my_first_pac

Last updated:

0 purchases

my_first_pac Image
my_first_pac Images
Add to Cart

Description:

my first pac

TODO: this is test package.
Features #
TODO: this is test package.
Getting started #
TODO: this is test package.
Usage #
TODO: this is test package.
class FancyScreen extends StatelessWidget {
const FancyScreen({Key? key}) : super(key: key);

@override
Widget build(BuildContext context) {
return Scaffold(
body: Center(
child: const FancyContainer(
title: 'Hello World',
color1: Colors.lightGreenAccent,
color2: Colors.lightBlue,
subtitle: 'This is a new package',
),
),
);
}
}

copied to clipboard
Additional information #
TODO: for testing package .

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.