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.