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

This is my first package for testing package.

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',
        ),
      ),
    );
  }
}

Additional information #

TODO: for testing package .

1
likes
100
pub points
0%
popularity

Publisher

unverified uploader

This is my first package for testing package.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on my_first_pac