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
} } |
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.