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

A newely Flutter package project is awesomewowcontainers is fully customized use it.

awesome_containers #

This is very cool package safe your time to use this package fully customized.

Installation #

  1. Add the latest version of package to your pubspec.yaml (and run 'dart pub get'):

dependencies: awesome_containers: ^0.0.1

  1. Import the package and use it in your flutter App.

import 'package:awesome_containers/awesome_containers.dart';

Example #

There are a number of properties that you can modify:

-height -width -title -subtitle -gradient (color1 and color2) -Padding -main or cross axis alignment -onTab Function


...dart

class AwesomeContainer extends StatefulWidget {

@override State

class _AwesomeContainerState extends State

            },
            
            crossaxix: CrossAxisAlignment.start,
            mainaxix: MainAxisAlignment.center,
            colorfirst: Colors.red,
            colorsecond: Colors.amber,
            boxshadeColor: Colors.black,
            fontWeight: FontWeight.normal,
            fontsize: 14,
            height: 100,
            subtitile: 'Heelooo',
            subtitleStyle: TextStyle(),
            title: '  Adnan',
            padding: 3,
            radius: 0,
          ),
        ],
      ),
    ),
  ),
);

} }

Next Goals #

Add onTap for functions. Now, you can specify the onTap and specify a function.

Change font and color style for text. Change color by specifying textcolor and subtitlecolor properties.

Add more containers to the package.

2
likes
120
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

A newely Flutter package project is awesomewowcontainers is fully customized use it.

Homepage

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on awesomewowcontainers