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

This is a bandnew package. you can use it for readymade container.

Cute Container #

You can add a beautiful gradient container with Title and Subtitle to your Flutter Project using this "cute_container" package.

Installation #

  1. Add the latest version of this package to your pubspec.yaml (use "flutter pub add cute_container" and use "flutter pub get"); 2. Import the package and use it in your Flutter App. import 'package:cute_container/cute_container.dart';

Example #

There are a number of properties that you can modify: width height title subtitle gradient (color1 and color2)

Usage #

class FancyScreen extends StatelessWidget { const FancyScreen({Key? key}) : super(key: key);

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

1
likes
120
pub points
0%
popularity

Publisher

unverified uploader

This is a bandnew package. you can use it for readymade container.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on cute_container