awesomewowcontainers

Creator: coderz1093

Last updated:

0 purchases

awesomewowcontainers Image
awesomewowcontainers Images

Languages

Categories

Add to Cart

Description:

awesomewowcontainers

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

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

dependencies:
awesome_containers: ^0.0.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,
),
],
),
),
),
);
copied to clipboard
}
}



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.

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.